Shades of Corn Flower Blue #424066
Tints of Corn Flower Blue #424066
RGB
CMYK
RGB Variations
Color information
#424066 (or 0x424066) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 66. RGB value is (66,64,102). Sum of RGB (Red+Green+Blue) = 66+64+102=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #424066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424066 is #BDBF99. Grayscale: #444444. Windows color (decimal): -12435354 or 6701122. OLE color: 6701122.
HSL color Cylindrical-coordinate representation of color #424066: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424066 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 64 | 102 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.6 |
| HSL | 243.16º | 0.23% | 0.33% | - |
| HSV(B) | 243.16º | 0.37% | 0.4% | - |
| XYZ | 6.48 | 5.78 | 13.35 | - |
| YUV | 68.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 102 | 0.35 | 0.37 | 0 | 0.6 | 243.16 | 0.23 | 0.33 |
| Hex | 42 | 40 | 66 | 23 | 25 | 0 | 3C | F3 | 17 | 21 |
| Octal | 102 | 100 | 146 | 43 | 45 | 0 | 74 | 363 | 27 | 41 |
| Binary | 1000010 | 1000000 | 1100110 | 100011 | 100101 | 0 | 111100 | 11110011 | 10111 | 100001 |
Color Harmonies of #424066
Complementary color
Monochromatic Colors of #424066
Black with #424066
Text Example
Text Example
White with #424066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424066; }
p { color: rgb(66,64,102); }
H1.HeaderClassName
{
color: #424066;
}
.AnyTagClassName
{
color: #424066;
}
</style>
background-color css
<style>
a { background-color: #424066; }
a { background-color: rgb(66,64,102); }
div.DivClassName
{
background-color: #424066;
}
.BgClassName
{
background-color: #424066;
}
</style>
border-color css
<style>
span { border-color: #424066; }
span { border-color: rgb(66,64,102); }
td.TdClassName
{
border-color: #424066;
}
.TagClassName
{
border-color: #424066;
}
</style>