Shades of Corn Flower Blue #474A68
Tints of Corn Flower Blue #474A68
RGB
CMYK
RGB Variations
Color information
#474A68 (or 0x474A68) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 68. RGB value is (71,74,104). Sum of RGB (Red+Green+Blue) = 71+74+104=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #474A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A68 is #B8B597. Grayscale: #4C4C4C. Windows color (decimal): -12105112 or 6834759. OLE color: 6834759.
HSL color Cylindrical-coordinate representation of color #474A68: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474A68 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 74 | 104 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.59 |
| HSL | 234.55º | 0.19% | 0.34% | - |
| HSV(B) | 234.55º | 0.32% | 0.41% | - |
| XYZ | 7.55 | 7.24 | 14.1 | - |
| YUV | 76.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 104 | 0.32 | 0.29 | 0 | 0.59 | 234.55 | 0.19 | 0.34 |
| Hex | 47 | 4A | 68 | 20 | 1D | 0 | 3B | EB | 13 | 22 |
| Octal | 107 | 112 | 150 | 40 | 35 | 0 | 73 | 353 | 23 | 42 |
| Binary | 1000111 | 1001010 | 1101000 | 100000 | 11101 | 0 | 111011 | 11101011 | 10011 | 100010 |
Color Harmonies of #474A68
Complementary color
Monochromatic Colors of #474A68
Black with #474A68
Text Example
Text Example
White with #474A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A68; }
p { color: rgb(71,74,104); }
H1.HeaderClassName
{
color: #474A68;
}
.AnyTagClassName
{
color: #474A68;
}
</style>
background-color css
<style>
a { background-color: #474A68; }
a { background-color: rgb(71,74,104); }
div.DivClassName
{
background-color: #474A68;
}
.BgClassName
{
background-color: #474A68;
}
</style>
border-color css
<style>
span { border-color: #474A68; }
span { border-color: rgb(71,74,104); }
td.TdClassName
{
border-color: #474A68;
}
.TagClassName
{
border-color: #474A68;
}
</style>