Shades of Corn Flower Blue #484C6C
Tints of Corn Flower Blue #484C6C
RGB
CMYK
RGB Variations
Color information
#484C6C (or 0x484C6C) is known color: Corn Flower Blue. HEX triplet: 48, 4C and 6C. RGB value is (72,76,108). Sum of RGB (Red+Green+Blue) = 72+76+108=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #484C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C6C is #B7B393. Grayscale: #4E4E4E. Windows color (decimal): -12039060 or 7097416. OLE color: 7097416.
HSL color Cylindrical-coordinate representation of color #484C6C: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484C6C is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 76 | 108 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.58 |
| HSL | 233.33º | 0.2% | 0.35% | - |
| HSV(B) | 233.33º | 0.33% | 0.42% | - |
| XYZ | 7.96 | 7.63 | 15.24 | - |
| YUV | 78.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 108 | 0.33 | 0.30 | 0 | 0.58 | 233.33 | 0.2 | 0.35 |
| Hex | 48 | 4C | 6C | 21 | 1E | 0 | 3A | E9 | 14 | 23 |
| Octal | 110 | 114 | 154 | 41 | 36 | 0 | 72 | 351 | 24 | 43 |
| Binary | 1001000 | 1001100 | 1101100 | 100001 | 11110 | 0 | 111010 | 11101001 | 10100 | 100011 |
Color Harmonies of #484C6C
Complementary color
Monochromatic Colors of #484C6C
Black with #484C6C
Text Example
Text Example
White with #484C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C6C; }
p { color: rgb(72,76,108); }
H1.HeaderClassName
{
color: #484C6C;
}
.AnyTagClassName
{
color: #484C6C;
}
</style>
background-color css
<style>
a { background-color: #484C6C; }
a { background-color: rgb(72,76,108); }
div.DivClassName
{
background-color: #484C6C;
}
.BgClassName
{
background-color: #484C6C;
}
</style>
border-color css
<style>
span { border-color: #484C6C; }
span { border-color: rgb(72,76,108); }
td.TdClassName
{
border-color: #484C6C;
}
.TagClassName
{
border-color: #484C6C;
}
</style>