Shades of Corn Flower Blue #484678
Tints of Corn Flower Blue #484678
RGB
CMYK
RGB Variations
Color information
#484678 (or 0x484678) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 78. RGB value is (72,70,120). Sum of RGB (Red+Green+Blue) = 72+70+120=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #484678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484678 is #B7B987. Grayscale: #4C4C4C. Windows color (decimal): -12040584 or 7882312. OLE color: 7882312.
HSL color Cylindrical-coordinate representation of color #484678: hue angle of 242.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484678 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 70 | 120 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.53 |
| HSL | 242.4º | 0.26% | 0.37% | - |
| HSV(B) | 242.4º | 0.42% | 0.47% | - |
| XYZ | 8.25 | 7.11 | 18.71 | - |
| YUV | 76.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 120 | 0.40 | 0.42 | 0 | 0.53 | 242.4 | 0.26 | 0.37 |
| Hex | 48 | 46 | 78 | 28 | 2A | 0 | 35 | F2 | 1A | 25 |
| Octal | 110 | 106 | 170 | 50 | 52 | 0 | 65 | 362 | 32 | 45 |
| Binary | 1001000 | 1000110 | 1111000 | 101000 | 101010 | 0 | 110101 | 11110010 | 11010 | 100101 |
Color Harmonies of #484678
Complementary color
Monochromatic Colors of #484678
Black with #484678
Text Example
Text Example
White with #484678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484678; }
p { color: rgb(72,70,120); }
H1.HeaderClassName
{
color: #484678;
}
.AnyTagClassName
{
color: #484678;
}
</style>
background-color css
<style>
a { background-color: #484678; }
a { background-color: rgb(72,70,120); }
div.DivClassName
{
background-color: #484678;
}
.BgClassName
{
background-color: #484678;
}
</style>
border-color css
<style>
span { border-color: #484678; }
span { border-color: rgb(72,70,120); }
td.TdClassName
{
border-color: #484678;
}
.TagClassName
{
border-color: #484678;
}
</style>