Shades of Corn Flower Blue #423C73
Tints of Corn Flower Blue #423C73
RGB
CMYK
RGB Variations
Color information
#423C73 (or 0x423C73) is known color: Corn Flower Blue. HEX triplet: 42, 3C and 73. RGB value is (66,60,115). Sum of RGB (Red+Green+Blue) = 66+60+115=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #423C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C73 is #BDC38C. Grayscale: #434343. Windows color (decimal): -12436365 or 7552066. OLE color: 7552066.
HSL color Cylindrical-coordinate representation of color #423C73: hue angle of 246.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #423C73 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 60 | 115 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.55 |
| HSL | 246.55º | 0.31% | 0.34% | - |
| HSV(B) | 246.55º | 0.48% | 0.45% | - |
| XYZ | 6.96 | 5.63 | 16.94 | - |
| YUV | 68.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 115 | 0.43 | 0.48 | 0 | 0.55 | 246.55 | 0.31 | 0.34 |
| Hex | 42 | 3C | 73 | 2B | 30 | 0 | 37 | F7 | 1F | 22 |
| Octal | 102 | 74 | 163 | 53 | 60 | 0 | 67 | 367 | 37 | 42 |
| Binary | 1000010 | 111100 | 1110011 | 101011 | 110000 | 0 | 110111 | 11110111 | 11111 | 100010 |
Color Harmonies of #423C73
Complementary color
Monochromatic Colors of #423C73
Black with #423C73
Text Example
Text Example
White with #423C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C73; }
p { color: rgb(66,60,115); }
H1.HeaderClassName
{
color: #423C73;
}
.AnyTagClassName
{
color: #423C73;
}
</style>
background-color css
<style>
a { background-color: #423C73; }
a { background-color: rgb(66,60,115); }
div.DivClassName
{
background-color: #423C73;
}
.BgClassName
{
background-color: #423C73;
}
</style>
border-color css
<style>
span { border-color: #423C73; }
span { border-color: rgb(66,60,115); }
td.TdClassName
{
border-color: #423C73;
}
.TagClassName
{
border-color: #423C73;
}
</style>