Shades of Corn Flower Blue #484670
Tints of Corn Flower Blue #484670
RGB
CMYK
RGB Variations
Color information
#484670 (or 0x484670) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 70. RGB value is (72,70,112). Sum of RGB (Red+Green+Blue) = 72+70+112=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #484670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484670 is #B7B98F. Grayscale: #4B4B4B. Windows color (decimal): -12040592 or 7358024. OLE color: 7358024.
HSL color Cylindrical-coordinate representation of color #484670: hue angle of 242.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484670 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 70 | 112 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.56 |
| HSL | 242.86º | 0.23% | 0.36% | - |
| HSV(B) | 242.86º | 0.38% | 0.44% | - |
| XYZ | 7.79 | 6.93 | 16.26 | - |
| YUV | 75.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 112 | 0.36 | 0.38 | 0 | 0.56 | 242.86 | 0.23 | 0.36 |
| Hex | 48 | 46 | 70 | 24 | 26 | 0 | 38 | F3 | 17 | 24 |
| Octal | 110 | 106 | 160 | 44 | 46 | 0 | 70 | 363 | 27 | 44 |
| Binary | 1001000 | 1000110 | 1110000 | 100100 | 100110 | 0 | 111000 | 11110011 | 10111 | 100100 |
Color Harmonies of #484670
Complementary color
Monochromatic Colors of #484670
Black with #484670
Text Example
Text Example
White with #484670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484670; }
p { color: rgb(72,70,112); }
H1.HeaderClassName
{
color: #484670;
}
.AnyTagClassName
{
color: #484670;
}
</style>
background-color css
<style>
a { background-color: #484670; }
a { background-color: rgb(72,70,112); }
div.DivClassName
{
background-color: #484670;
}
.BgClassName
{
background-color: #484670;
}
</style>
border-color css
<style>
span { border-color: #484670; }
span { border-color: rgb(72,70,112); }
td.TdClassName
{
border-color: #484670;
}
.TagClassName
{
border-color: #484670;
}
</style>