Shades of Corn Flower Blue #423F71
Tints of Corn Flower Blue #423F71
RGB
CMYK
RGB Variations
Color information
#423F71 (or 0x423F71) is known color: Corn Flower Blue. HEX triplet: 42, 3F and 71. RGB value is (66,63,113). Sum of RGB (Red+Green+Blue) = 66+63+113=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #423F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F71 is #BDC08E. Grayscale: #454545. Windows color (decimal): -12435599 or 7421762. OLE color: 7421762.
HSL color Cylindrical-coordinate representation of color #423F71: hue angle of 243.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423F71 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 63 | 113 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.56 |
| HSL | 243.6º | 0.28% | 0.35% | - |
| HSV(B) | 243.6º | 0.44% | 0.44% | - |
| XYZ | 7 | 5.91 | 16.39 | - |
| YUV | 69.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 113 | 0.42 | 0.44 | 0 | 0.56 | 243.6 | 0.28 | 0.35 |
| Hex | 42 | 3F | 71 | 2A | 2C | 0 | 38 | F4 | 1C | 23 |
| Octal | 102 | 77 | 161 | 52 | 54 | 0 | 70 | 364 | 34 | 43 |
| Binary | 1000010 | 111111 | 1110001 | 101010 | 101100 | 0 | 111000 | 11110100 | 11100 | 100011 |
Color Harmonies of #423F71
Complementary color
Monochromatic Colors of #423F71
Black with #423F71
Text Example
Text Example
White with #423F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F71; }
p { color: rgb(66,63,113); }
H1.HeaderClassName
{
color: #423F71;
}
.AnyTagClassName
{
color: #423F71;
}
</style>
background-color css
<style>
a { background-color: #423F71; }
a { background-color: rgb(66,63,113); }
div.DivClassName
{
background-color: #423F71;
}
.BgClassName
{
background-color: #423F71;
}
</style>
border-color css
<style>
span { border-color: #423F71; }
span { border-color: rgb(66,63,113); }
td.TdClassName
{
border-color: #423F71;
}
.TagClassName
{
border-color: #423F71;
}
</style>