Shades of Corn Flower Blue #424473
Tints of Corn Flower Blue #424473
RGB
CMYK
RGB Variations
Color information
#424473 (or 0x424473) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 73. RGB value is (66,68,115). Sum of RGB (Red+Green+Blue) = 66+68+115=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #424473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424473 is #BDBB8C. Grayscale: #484848. Windows color (decimal): -12434317 or 7554114. OLE color: 7554114.
HSL color Cylindrical-coordinate representation of color #424473: hue angle of 237.55º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424473 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 68 | 115 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.55 |
| HSL | 237.55º | 0.27% | 0.35% | - |
| HSV(B) | 237.55º | 0.43% | 0.45% | - |
| XYZ | 7.41 | 6.53 | 17.09 | - |
| YUV | 72.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 115 | 0.43 | 0.41 | 0 | 0.55 | 237.55 | 0.27 | 0.35 |
| Hex | 42 | 44 | 73 | 2B | 29 | 0 | 37 | EE | 1B | 23 |
| Octal | 102 | 104 | 163 | 53 | 51 | 0 | 67 | 356 | 33 | 43 |
| Binary | 1000010 | 1000100 | 1110011 | 101011 | 101001 | 0 | 110111 | 11101110 | 11011 | 100011 |
Color Harmonies of #424473
Complementary color
Monochromatic Colors of #424473
Black with #424473
Text Example
Text Example
White with #424473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424473; }
p { color: rgb(66,68,115); }
H1.HeaderClassName
{
color: #424473;
}
.AnyTagClassName
{
color: #424473;
}
</style>
background-color css
<style>
a { background-color: #424473; }
a { background-color: rgb(66,68,115); }
div.DivClassName
{
background-color: #424473;
}
.BgClassName
{
background-color: #424473;
}
</style>
border-color css
<style>
span { border-color: #424473; }
span { border-color: rgb(66,68,115); }
td.TdClassName
{
border-color: #424473;
}
.TagClassName
{
border-color: #424473;
}
</style>