Shades of Corn Flower Blue #42456A
Tints of Corn Flower Blue #42456A
RGB
CMYK
RGB Variations
Color information
#42456A (or 0x42456A) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 6A. RGB value is (66,69,106). Sum of RGB (Red+Green+Blue) = 66+69+106=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #42456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42456A is #BDBA95. Grayscale: #484848. Windows color (decimal): -12434070 or 6964546. OLE color: 6964546.
HSL color Cylindrical-coordinate representation of color #42456A: hue angle of 235.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42456A is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 69 | 106 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.58 |
| HSL | 235.5º | 0.23% | 0.34% | - |
| HSV(B) | 235.5º | 0.38% | 0.42% | - |
| XYZ | 6.98 | 6.46 | 14.51 | - |
| YUV | 72.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 106 | 0.38 | 0.35 | 0 | 0.58 | 235.5 | 0.23 | 0.34 |
| Hex | 42 | 45 | 6A | 26 | 23 | 0 | 3A | EC | 17 | 22 |
| Octal | 102 | 105 | 152 | 46 | 43 | 0 | 72 | 354 | 27 | 42 |
| Binary | 1000010 | 1000101 | 1101010 | 100110 | 100011 | 0 | 111010 | 11101100 | 10111 | 100010 |
Color Harmonies of #42456A
Complementary color
Monochromatic Colors of #42456A
Black with #42456A
Text Example
Text Example
White with #42456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42456A; }
p { color: rgb(66,69,106); }
H1.HeaderClassName
{
color: #42456A;
}
.AnyTagClassName
{
color: #42456A;
}
</style>
background-color css
<style>
a { background-color: #42456A; }
a { background-color: rgb(66,69,106); }
div.DivClassName
{
background-color: #42456A;
}
.BgClassName
{
background-color: #42456A;
}
</style>
border-color css
<style>
span { border-color: #42456A; }
span { border-color: rgb(66,69,106); }
td.TdClassName
{
border-color: #42456A;
}
.TagClassName
{
border-color: #42456A;
}
</style>