Color spaces of #466eeb
RGB | 70 | 110 | 235 |
---|---|---|---|
HSL | 0.63 | 0.80 | 0.60 |
HSV | 225° | 70° | 92° |
CMYK | 0.70 | 0.53 | 0.00 0.08 |
XYZ | 23.0971 | 18.4521 | 80.9415 |
Yxy | 18.4521 | 0.1886 | 0.1506 |
Hunter Lab | 42.9559 | 20.8054 | -81.6506 |
CIE-Lab | 50.0399 | 27.3608 | -67.3139 |
#466eeb color RGB value is (70,110,235).
#466eeb hex color red value is 70, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #466eeb hue: 0.63 , saturation: 0.80 and the lightness value of 466eeb is 0.60.
The process color (four color CMYK) of #466eeb color hex is 0.70, 0.53, 0.00, 0.08. Web safe color of #466eeb is #3366ff. Color #466eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01101110 | 11101011 |
Octal | 106 | 156 | 353 |
Decimal | 70 | 110 | 235 |
Hex | 46 | 6E | EB |
Shades of #466eeb
Tints of #466eeb
RGB Percentages of Color #466eeb
CMYK Percentages of Color #466eeb
Complementary Color
#466eeb | #ebc346 |
#466eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#466eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#466eeb Color CSS Codes
.mybgcolor {background-color:#466eeb; } .myforecolor {color:#466eeb; } .mybordercolor {border:3px solid #466eeb; }
#466eeb Text Font Color
<p style="color:#466eeb">Text here</p>
This sample text font color is #466eeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#466eeb Background Color
<div style="background-color:#466eeb">
Div content here</div>
This div background color is #466eeb
#466eeb Border Color
<div style="border:3px solid #466eeb">
Div here</div>
This div border color is #466eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,110,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #466eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466eeb; -webkit-box-shadow: 1px 1px 3px 2px #466eeb; box-shadow: 1px 1px 3px 2px #466eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,110,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #466eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #466eeb; -webkit-box-shadow: 1px 1px 3px 2px #466eeb; box-shadow: 1px 1px 3px 2px #466eeb;">
Div content here</div>
This div box has shadow with color #466eeb
Comments
No comments written yet.
Please login to write comment.