Color spaces of #4244aa
RGB | 66 | 68 | 170 |
---|---|---|---|
HSL | 0.66 | 0.44 | 0.46 |
HSV | 239° | 61° | 67° |
CMYK | 0.61 | 0.60 | 0.00 0.33 |
XYZ | 11.5696 | 8.1948 | 39.0022 |
Yxy | 8.1948 | 0.1969 | 0.1394 |
Hunter Lab | 28.6266 | 22.0454 | -60.7409 |
CIE-Lab | 34.3853 | 30.6192 | -55.1673 |
#4244aa color RGB value is (66,68,170).
#4244aa hex color red value is 66, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4244aa hue: 0.66 , saturation: 0.44 and the lightness value of 4244aa is 0.46.
The process color (four color CMYK) of #4244aa color hex is 0.61, 0.60, 0.00, 0.33. Web safe color of #4244aa is #333399. Color #4244aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01000100 | 10101010 |
Octal | 102 | 104 | 252 |
Decimal | 66 | 68 | 170 |
Hex | 42 | 44 | AA |
Shades of #4244aa
Tints of #4244aa
RGB Percentages of Color #4244aa
CMYK Percentages of Color #4244aa
Complementary Color
#4244aa | #aaa842 |
#4244aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4244aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4244aa Color CSS Codes
.mybgcolor {background-color:#4244aa; } .myforecolor {color:#4244aa; } .mybordercolor {border:3px solid #4244aa; }
#4244aa Text Font Color
<p style="color:#4244aa">Text here</p>
This sample text font color is #4244aa
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.
#4244aa Background Color
<div style="background-color:#4244aa">
Div content here</div>
This div background color is #4244aa
#4244aa Border Color
<div style="border:3px solid #4244aa">
Div here</div>
This div border color is #4244aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,68,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4244aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4244aa; -webkit-box-shadow: 1px 1px 3px 2px #4244aa; box-shadow: 1px 1px 3px 2px #4244aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,68,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4244aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4244aa; -webkit-box-shadow: 1px 1px 3px 2px #4244aa; box-shadow: 1px 1px 3px 2px #4244aa;">
Div content here</div>
This div box has shadow with color #4244aa
Comments
No comments written yet.
Please login to write comment.