Shades of Corn Flower Blue #484A6A
Tints of Corn Flower Blue #484A6A
RGB
CMYK
RGB Variations
Color information
#484A6A (or 0x484A6A) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 6A. RGB value is (72,74,106). Sum of RGB (Red+Green+Blue) = 72+74+106=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #484A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A6A is #B7B595. Grayscale: #4C4C4C. Windows color (decimal): -12039574 or 6965832. OLE color: 6965832.
HSL color Cylindrical-coordinate representation of color #484A6A: hue angle of 236.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484A6A is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 74 | 106 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.58 |
| HSL | 236.47º | 0.19% | 0.35% | - |
| HSV(B) | 236.47º | 0.32% | 0.42% | - |
| XYZ | 7.72 | 7.32 | 14.64 | - |
| YUV | 77.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 106 | 0.32 | 0.30 | 0 | 0.58 | 236.47 | 0.19 | 0.35 |
| Hex | 48 | 4A | 6A | 20 | 1E | 0 | 3A | EC | 13 | 23 |
| Octal | 110 | 112 | 152 | 40 | 36 | 0 | 72 | 354 | 23 | 43 |
| Binary | 1001000 | 1001010 | 1101010 | 100000 | 11110 | 0 | 111010 | 11101100 | 10011 | 100011 |
Color Harmonies of #484A6A
Complementary color
Monochromatic Colors of #484A6A
Black with #484A6A
Text Example
Text Example
White with #484A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A6A; }
p { color: rgb(72,74,106); }
H1.HeaderClassName
{
color: #484A6A;
}
.AnyTagClassName
{
color: #484A6A;
}
</style>
background-color css
<style>
a { background-color: #484A6A; }
a { background-color: rgb(72,74,106); }
div.DivClassName
{
background-color: #484A6A;
}
.BgClassName
{
background-color: #484A6A;
}
</style>
border-color css
<style>
span { border-color: #484A6A; }
span { border-color: rgb(72,74,106); }
td.TdClassName
{
border-color: #484A6A;
}
.TagClassName
{
border-color: #484A6A;
}
</style>