Shades of Corn Flower Blue #484A65
Tints of Corn Flower Blue #484A65
RGB
CMYK
RGB Variations
Color information
#484A65 (or 0x484A65) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 65. RGB value is (72,74,101). Sum of RGB (Red+Green+Blue) = 72+74+101=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #484A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A65 is #B7B59A. Grayscale: #4C4C4C. Windows color (decimal): -12039579 or 6638152. OLE color: 6638152.
HSL color Cylindrical-coordinate representation of color #484A65: hue angle of 235.86º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484A65 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 74 | 101 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.60 |
| HSL | 235.86º | 0.17% | 0.34% | - |
| HSV(B) | 235.86º | 0.29% | 0.4% | - |
| XYZ | 7.47 | 7.21 | 13.31 | - |
| YUV | 76.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 101 | 0.29 | 0.27 | 0 | 0.60 | 235.86 | 0.17 | 0.34 |
| Hex | 48 | 4A | 65 | 1D | 1B | 0 | 3C | EC | 11 | 22 |
| Octal | 110 | 112 | 145 | 35 | 33 | 0 | 74 | 354 | 21 | 42 |
| Binary | 1001000 | 1001010 | 1100101 | 11101 | 11011 | 0 | 111100 | 11101100 | 10001 | 100010 |
Color Harmonies of #484A65
Complementary color
Monochromatic Colors of #484A65
Black with #484A65
Text Example
Text Example
White with #484A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A65; }
p { color: rgb(72,74,101); }
H1.HeaderClassName
{
color: #484A65;
}
.AnyTagClassName
{
color: #484A65;
}
</style>
background-color css
<style>
a { background-color: #484A65; }
a { background-color: rgb(72,74,101); }
div.DivClassName
{
background-color: #484A65;
}
.BgClassName
{
background-color: #484A65;
}
</style>
border-color css
<style>
span { border-color: #484A65; }
span { border-color: rgb(72,74,101); }
td.TdClassName
{
border-color: #484A65;
}
.TagClassName
{
border-color: #484A65;
}
</style>