Shades of Corn Flower Blue #4A4C65
Tints of Corn Flower Blue #4A4C65
RGB
CMYK
RGB Variations
Color information
#4A4C65 (or 0x4A4C65) is known color: Corn Flower Blue. HEX triplet: 4A, 4C and 65. RGB value is (74,76,101). Sum of RGB (Red+Green+Blue) = 74+76+101=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A4C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4C65 is #B5B39A. Grayscale: #4E4E4E. Windows color (decimal): -11907995 or 6638666. OLE color: 6638666.
HSL color Cylindrical-coordinate representation of color #4A4C65: hue angle of 235.56º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4C65 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 76 | 101 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.60 |
| HSL | 235.56º | 0.15% | 0.34% | - |
| HSV(B) | 235.56º | 0.27% | 0.4% | - |
| XYZ | 7.76 | 7.56 | 13.36 | - |
| YUV | 78.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 101 | 0.27 | 0.25 | 0 | 0.60 | 235.56 | 0.15 | 0.34 |
| Hex | 4A | 4C | 65 | 1B | 19 | 0 | 3C | EC | F | 22 |
| Octal | 112 | 114 | 145 | 33 | 31 | 0 | 74 | 354 | 17 | 42 |
| Binary | 1001010 | 1001100 | 1100101 | 11011 | 11001 | 0 | 111100 | 11101100 | 1111 | 100010 |
Color Harmonies of #4A4C65
Complementary color
Monochromatic Colors of #4A4C65
Black with #4A4C65
Text Example
Text Example
White with #4A4C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C65; }
p { color: rgb(74,76,101); }
H1.HeaderClassName
{
color: #4A4C65;
}
.AnyTagClassName
{
color: #4A4C65;
}
</style>
background-color css
<style>
a { background-color: #4A4C65; }
a { background-color: rgb(74,76,101); }
div.DivClassName
{
background-color: #4A4C65;
}
.BgClassName
{
background-color: #4A4C65;
}
</style>
border-color css
<style>
span { border-color: #4A4C65; }
span { border-color: rgb(74,76,101); }
td.TdClassName
{
border-color: #4A4C65;
}
.TagClassName
{
border-color: #4A4C65;
}
</style>