Shades of Corn Flower Blue #42416E
Tints of Corn Flower Blue #42416E
RGB
CMYK
RGB Variations
Color information
#42416E (or 0x42416E) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 6E. RGB value is (66,65,110). Sum of RGB (Red+Green+Blue) = 66+65+110=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #42416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42416E is #BDBE91. Grayscale: #464646. Windows color (decimal): -12435090 or 7225666. OLE color: 7225666.
HSL color Cylindrical-coordinate representation of color #42416E: hue angle of 241.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42416E is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 65 | 110 | - |
| CMYK | 0.4 | 0.41 | 0 | 0.57 |
| HSL | 241.33º | 0.26% | 0.34% | - |
| HSV(B) | 241.33º | 0.41% | 0.43% | - |
| XYZ | 6.95 | 6.06 | 15.56 | - |
| YUV | 70.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 110 | 0.4 | 0.41 | 0 | 0.57 | 241.33 | 0.26 | 0.34 |
| Hex | 42 | 41 | 6E | 28 | 29 | 0 | 39 | F1 | 1A | 22 |
| Octal | 102 | 101 | 156 | 50 | 51 | 0 | 71 | 361 | 32 | 42 |
| Binary | 1000010 | 1000001 | 1101110 | 101000 | 101001 | 0 | 111001 | 11110001 | 11010 | 100010 |
Color Harmonies of #42416E
Complementary color
Monochromatic Colors of #42416E
Black with #42416E
Text Example
Text Example
White with #42416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42416E; }
p { color: rgb(66,65,110); }
H1.HeaderClassName
{
color: #42416E;
}
.AnyTagClassName
{
color: #42416E;
}
</style>
background-color css
<style>
a { background-color: #42416E; }
a { background-color: rgb(66,65,110); }
div.DivClassName
{
background-color: #42416E;
}
.BgClassName
{
background-color: #42416E;
}
</style>
border-color css
<style>
span { border-color: #42416E; }
span { border-color: rgb(66,65,110); }
td.TdClassName
{
border-color: #42416E;
}
.TagClassName
{
border-color: #42416E;
}
</style>