Shades of Corn Flower Blue #42456C
Tints of Corn Flower Blue #42456C
RGB
CMYK
RGB Variations
Color information
#42456C (or 0x42456C) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 6C. RGB value is (66,69,108). Sum of RGB (Red+Green+Blue) = 66+69+108=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #42456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42456C is #BDBA93. Grayscale: #484848. Windows color (decimal): -12434068 or 7095618. OLE color: 7095618.
HSL color Cylindrical-coordinate representation of color #42456C: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42456C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 69 | 108 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.58 |
| HSL | 235.71º | 0.24% | 0.34% | - |
| HSV(B) | 235.71º | 0.39% | 0.42% | - |
| XYZ | 7.08 | 6.5 | 15.07 | - |
| YUV | 72.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 108 | 0.39 | 0.36 | 0 | 0.58 | 235.71 | 0.24 | 0.34 |
| Hex | 42 | 45 | 6C | 27 | 24 | 0 | 3A | EC | 18 | 22 |
| Octal | 102 | 105 | 154 | 47 | 44 | 0 | 72 | 354 | 30 | 42 |
| Binary | 1000010 | 1000101 | 1101100 | 100111 | 100100 | 0 | 111010 | 11101100 | 11000 | 100010 |
Color Harmonies of #42456C
Complementary color
Monochromatic Colors of #42456C
Black with #42456C
Text Example
Text Example
White with #42456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42456C; }
p { color: rgb(66,69,108); }
H1.HeaderClassName
{
color: #42456C;
}
.AnyTagClassName
{
color: #42456C;
}
</style>
background-color css
<style>
a { background-color: #42456C; }
a { background-color: rgb(66,69,108); }
div.DivClassName
{
background-color: #42456C;
}
.BgClassName
{
background-color: #42456C;
}
</style>
border-color css
<style>
span { border-color: #42456C; }
span { border-color: rgb(66,69,108); }
td.TdClassName
{
border-color: #42456C;
}
.TagClassName
{
border-color: #42456C;
}
</style>