Shades of Corn Flower Blue #484762
Tints of Corn Flower Blue #484762
RGB
CMYK
RGB Variations
Color information
#484762 (or 0x484762) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 62. RGB value is (72,71,98). Sum of RGB (Red+Green+Blue) = 72+71+98=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #484762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484762 is #B7B89D. Grayscale: #4A4A4A. Windows color (decimal): -12040350 or 6440776. OLE color: 6440776.
HSL color Cylindrical-coordinate representation of color #484762: hue angle of 242.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #484762 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 71 | 98 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.62 |
| HSL | 242.22º | 0.16% | 0.33% | - |
| HSV(B) | 242.22º | 0.28% | 0.38% | - |
| XYZ | 7.13 | 6.77 | 12.49 | - |
| YUV | 74.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 98 | 0.27 | 0.28 | 0 | 0.62 | 242.22 | 0.16 | 0.33 |
| Hex | 48 | 47 | 62 | 1B | 1C | 0 | 3E | F2 | 10 | 21 |
| Octal | 110 | 107 | 142 | 33 | 34 | 0 | 76 | 362 | 20 | 41 |
| Binary | 1001000 | 1000111 | 1100010 | 11011 | 11100 | 0 | 111110 | 11110010 | 10000 | 100001 |
Color Harmonies of #484762
Complementary color
Monochromatic Colors of #484762
Black with #484762
Text Example
Text Example
White with #484762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484762; }
p { color: rgb(72,71,98); }
H1.HeaderClassName
{
color: #484762;
}
.AnyTagClassName
{
color: #484762;
}
</style>
background-color css
<style>
a { background-color: #484762; }
a { background-color: rgb(72,71,98); }
div.DivClassName
{
background-color: #484762;
}
.BgClassName
{
background-color: #484762;
}
</style>
border-color css
<style>
span { border-color: #484762; }
span { border-color: rgb(72,71,98); }
td.TdClassName
{
border-color: #484762;
}
.TagClassName
{
border-color: #484762;
}
</style>