Color spaces of #4a5beb
RGB | 74 | 91 | 235 |
---|---|---|---|
HSL | 0.65 | 0.80 | 0.61 |
HSV | 234° | 69° | 92° |
CMYK | 0.69 | 0.61 | 0.00 0.08 |
XYZ | 21.5605 | 14.9362 | 80.3439 |
Yxy | 14.9362 | 0.1845 | 0.1278 |
Hunter Lab | 38.6474 | 31.9482 | -96.2046 |
CIE-Lab | 45.5467 | 39.6496 | -74.6139 |
#4a5beb color RGB value is (74,91,235).
#4a5beb hex color red value is 74, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4a5beb hue: 0.65 , saturation: 0.80 and the lightness value of 4a5beb is 0.61.
The process color (four color CMYK) of #4a5beb color hex is 0.69, 0.61, 0.00, 0.08. Web safe color of #4a5beb is #3366ff. Color #4a5beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 01011011 | 11101011 |
Octal | 112 | 133 | 353 |
Decimal | 74 | 91 | 235 |
Hex | 4A | 5B | EB |
Shades of #4a5beb
Tints of #4a5beb
RGB Percentages of Color #4a5beb
CMYK Percentages of Color #4a5beb
Complementary Color
#4a5beb | #ebda4a |
#4a5beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4a5beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4a5beb Color CSS Codes
.mybgcolor {background-color:#4a5beb; } .myforecolor {color:#4a5beb; } .mybordercolor {border:3px solid #4a5beb; }
#4a5beb Text Font Color
<p style="color:#4a5beb">Text here</p>
This sample text font color is #4a5beb
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.
#4a5beb Background Color
<div style="background-color:#4a5beb">
Div content here</div>
This div background color is #4a5beb
#4a5beb Border Color
<div style="border:3px solid #4a5beb">
Div here</div>
This div border color is #4a5beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,91,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4a5beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4a5beb; -webkit-box-shadow: 1px 1px 3px 2px #4a5beb; box-shadow: 1px 1px 3px 2px #4a5beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,91,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 #4a5beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4a5beb; -webkit-box-shadow: 1px 1px 3px 2px #4a5beb; box-shadow: 1px 1px 3px 2px #4a5beb;">
Div content here</div>
This div box has shadow with color #4a5beb
Comments
No comments written yet.
Please login to write comment.