Shades of Corn Flower Blue #424461
Tints of Corn Flower Blue #424461
RGB
CMYK
RGB Variations
Color information
#424461 (or 0x424461) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 61. RGB value is (66,68,97). Sum of RGB (Red+Green+Blue) = 66+68+97=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #424461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424461 is #BDBB9E. Grayscale: #464646. Windows color (decimal): -12434335 or 6374466. OLE color: 6374466.
HSL color Cylindrical-coordinate representation of color #424461: hue angle of 236.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424461 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 68 | 97 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.62 |
| HSL | 236.13º | 0.19% | 0.32% | - |
| HSV(B) | 236.13º | 0.32% | 0.38% | - |
| XYZ | 6.47 | 6.16 | 12.16 | - |
| YUV | 70.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 97 | 0.32 | 0.30 | 0 | 0.62 | 236.13 | 0.19 | 0.32 |
| Hex | 42 | 44 | 61 | 20 | 1E | 0 | 3E | EC | 13 | 20 |
| Octal | 102 | 104 | 141 | 40 | 36 | 0 | 76 | 354 | 23 | 40 |
| Binary | 1000010 | 1000100 | 1100001 | 100000 | 11110 | 0 | 111110 | 11101100 | 10011 | 100000 |
Color Harmonies of #424461
Complementary color
Monochromatic Colors of #424461
Black with #424461
Text Example
Text Example
White with #424461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424461; }
p { color: rgb(66,68,97); }
H1.HeaderClassName
{
color: #424461;
}
.AnyTagClassName
{
color: #424461;
}
</style>
background-color css
<style>
a { background-color: #424461; }
a { background-color: rgb(66,68,97); }
div.DivClassName
{
background-color: #424461;
}
.BgClassName
{
background-color: #424461;
}
</style>
border-color css
<style>
span { border-color: #424461; }
span { border-color: rgb(66,68,97); }
td.TdClassName
{
border-color: #424461;
}
.TagClassName
{
border-color: #424461;
}
</style>