Shades of Corn Flower Blue #484862
Tints of Corn Flower Blue #484862
RGB
CMYK
RGB Variations
Color information
#484862 (or 0x484862) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 62. RGB value is (72,72,98). Sum of RGB (Red+Green+Blue) = 72+72+98=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #484862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484862 is #B7B79D. Grayscale: #4A4A4A. Windows color (decimal): -12040094 or 6441032. OLE color: 6441032.
HSL color Cylindrical-coordinate representation of color #484862: hue angle of 240º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484862 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 72 | 72 | 98 | - |
CMYK | 0.27 | 0.27 | 0 | 0.62 |
HSL | 240º | 0.15% | 0.33% | - |
HSV(B) | 240º | 0.27% | 0.38% | - |
XYZ | 7.19 | 6.89 | 12.51 | - |
YUV | 74.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 72 | 98 | 0.27 | 0.27 | 0 | 0.62 | 240 | 0.15 | 0.33 |
Hex | 48 | 48 | 62 | 1B | 1B | 0 | 3E | F0 | F | 21 |
Octal | 110 | 110 | 142 | 33 | 33 | 0 | 76 | 360 | 17 | 41 |
Binary | 1001000 | 1001000 | 1100010 | 11011 | 11011 | 0 | 111110 | 11110000 | 1111 | 100001 |
Color Harmonies of #484862
Complementary color
Monochromatic Colors of #484862
Black with #484862
Text Example
Text Example
White with #484862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484862; }
p { color: rgb(72,72,98); }
H1.HeaderClassName
{
color: #484862;
}
.AnyTagClassName
{
color: #484862;
}
</style>
background-color css
<style>
a { background-color: #484862; }
a { background-color: rgb(72,72,98); }
div.DivClassName
{
background-color: #484862;
}
.BgClassName
{
background-color: #484862;
}
</style>
border-color css
<style>
span { border-color: #484862; }
span { border-color: rgb(72,72,98); }
td.TdClassName
{
border-color: #484862;
}
.TagClassName
{
border-color: #484862;
}
</style>