Shades of Corn Flower Blue #424773
Tints of Corn Flower Blue #424773
RGB
CMYK
RGB Variations
Color information
#424773 (or 0x424773) is known color: Corn Flower Blue. HEX triplet: 42, 47 and 73. RGB value is (66,71,115). Sum of RGB (Red+Green+Blue) = 66+71+115=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #424773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424773 is #BDB88C. Grayscale: #4A4A4A. Windows color (decimal): -12433549 or 7554882. OLE color: 7554882.
HSL color Cylindrical-coordinate representation of color #424773: hue angle of 233.88º 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 #424773 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 71 | 115 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.55 |
| HSL | 233.88º | 0.27% | 0.35% | - |
| HSV(B) | 233.88º | 0.43% | 0.45% | - |
| XYZ | 7.59 | 6.9 | 17.15 | - |
| YUV | 74.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 115 | 0.43 | 0.38 | 0 | 0.55 | 233.88 | 0.27 | 0.35 |
| Hex | 42 | 47 | 73 | 2B | 26 | 0 | 37 | EA | 1B | 23 |
| Octal | 102 | 107 | 163 | 53 | 46 | 0 | 67 | 352 | 33 | 43 |
| Binary | 1000010 | 1000111 | 1110011 | 101011 | 100110 | 0 | 110111 | 11101010 | 11011 | 100011 |
Color Harmonies of #424773
Complementary color
Monochromatic Colors of #424773
Black with #424773
Text Example
Text Example
White with #424773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424773; }
p { color: rgb(66,71,115); }
H1.HeaderClassName
{
color: #424773;
}
.AnyTagClassName
{
color: #424773;
}
</style>
background-color css
<style>
a { background-color: #424773; }
a { background-color: rgb(66,71,115); }
div.DivClassName
{
background-color: #424773;
}
.BgClassName
{
background-color: #424773;
}
</style>
border-color css
<style>
span { border-color: #424773; }
span { border-color: rgb(66,71,115); }
td.TdClassName
{
border-color: #424773;
}
.TagClassName
{
border-color: #424773;
}
</style>