Shades of Corn Flower Blue #424173
Tints of Corn Flower Blue #424173
RGB
CMYK
RGB Variations
Color information
#424173 (or 0x424173) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 73. RGB value is (66,65,115). Sum of RGB (Red+Green+Blue) = 66+65+115=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #424173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424173 is #BDBE8C. Grayscale: #464646. Windows color (decimal): -12435085 or 7553346. OLE color: 7553346.
HSL color Cylindrical-coordinate representation of color #424173: hue angle of 241.2º degrees, saturation: 0.28, 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 #424173 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 65 | 115 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.55 |
| HSL | 241.2º | 0.28% | 0.35% | - |
| HSV(B) | 241.2º | 0.43% | 0.45% | - |
| XYZ | 7.23 | 6.18 | 17.03 | - |
| YUV | 71 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 115 | 0.43 | 0.43 | 0 | 0.55 | 241.2 | 0.28 | 0.35 |
| Hex | 42 | 41 | 73 | 2B | 2B | 0 | 37 | F1 | 1C | 23 |
| Octal | 102 | 101 | 163 | 53 | 53 | 0 | 67 | 361 | 34 | 43 |
| Binary | 1000010 | 1000001 | 1110011 | 101011 | 101011 | 0 | 110111 | 11110001 | 11100 | 100011 |
Color Harmonies of #424173
Complementary color
Monochromatic Colors of #424173
Black with #424173
Text Example
Text Example
White with #424173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424173; }
p { color: rgb(66,65,115); }
H1.HeaderClassName
{
color: #424173;
}
.AnyTagClassName
{
color: #424173;
}
</style>
background-color css
<style>
a { background-color: #424173; }
a { background-color: rgb(66,65,115); }
div.DivClassName
{
background-color: #424173;
}
.BgClassName
{
background-color: #424173;
}
</style>
border-color css
<style>
span { border-color: #424173; }
span { border-color: rgb(66,65,115); }
td.TdClassName
{
border-color: #424173;
}
.TagClassName
{
border-color: #424173;
}
</style>