Shades of Corn Flower Blue #424477
Tints of Corn Flower Blue #424477
RGB
CMYK
RGB Variations
Color information
#424477 (or 0x424477) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 77. RGB value is (66,68,119). Sum of RGB (Red+Green+Blue) = 66+68+119=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #424477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424477 is #BDBB88. Grayscale: #494949. Windows color (decimal): -12434313 or 7816258. OLE color: 7816258.
HSL color Cylindrical-coordinate representation of color #424477: hue angle of 237.74º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424477 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 68 | 119 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.53 |
| HSL | 237.74º | 0.29% | 0.36% | - |
| HSV(B) | 237.74º | 0.45% | 0.47% | - |
| XYZ | 7.64 | 6.62 | 18.33 | - |
| YUV | 73.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 119 | 0.45 | 0.43 | 0 | 0.53 | 237.74 | 0.29 | 0.36 |
| Hex | 42 | 44 | 77 | 2D | 2B | 0 | 35 | EE | 1D | 24 |
| Octal | 102 | 104 | 167 | 55 | 53 | 0 | 65 | 356 | 35 | 44 |
| Binary | 1000010 | 1000100 | 1110111 | 101101 | 101011 | 0 | 110101 | 11101110 | 11101 | 100100 |
Color Harmonies of #424477
Complementary color
Monochromatic Colors of #424477
Black with #424477
Text Example
Text Example
White with #424477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424477; }
p { color: rgb(66,68,119); }
H1.HeaderClassName
{
color: #424477;
}
.AnyTagClassName
{
color: #424477;
}
</style>
background-color css
<style>
a { background-color: #424477; }
a { background-color: rgb(66,68,119); }
div.DivClassName
{
background-color: #424477;
}
.BgClassName
{
background-color: #424477;
}
</style>
border-color css
<style>
span { border-color: #424477; }
span { border-color: rgb(66,68,119); }
td.TdClassName
{
border-color: #424477;
}
.TagClassName
{
border-color: #424477;
}
</style>