Shades of Corn Flower Blue #484075
Tints of Corn Flower Blue #484075
RGB
CMYK
RGB Variations
Color information
#484075 (or 0x484075) is known color: Corn Flower Blue. HEX triplet: 48, 40 and 75. RGB value is (72,64,117). Sum of RGB (Red+Green+Blue) = 72+64+117=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #484075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484075 is #B7BF8A. Grayscale: #484848. Windows color (decimal): -12042123 or 7684168. OLE color: 7684168.
HSL color Cylindrical-coordinate representation of color #484075: hue angle of 249.06º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484075 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 64 | 117 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.54 |
| HSL | 249.06º | 0.29% | 0.35% | - |
| HSV(B) | 249.06º | 0.45% | 0.46% | - |
| XYZ | 7.72 | 6.33 | 17.64 | - |
| YUV | 72.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 117 | 0.38 | 0.45 | 0 | 0.54 | 249.06 | 0.29 | 0.35 |
| Hex | 48 | 40 | 75 | 26 | 2D | 0 | 36 | F9 | 1D | 23 |
| Octal | 110 | 100 | 165 | 46 | 55 | 0 | 66 | 371 | 35 | 43 |
| Binary | 1001000 | 1000000 | 1110101 | 100110 | 101101 | 0 | 110110 | 11111001 | 11101 | 100011 |
Color Harmonies of #484075
Complementary color
Monochromatic Colors of #484075
Black with #484075
Text Example
Text Example
White with #484075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484075; }
p { color: rgb(72,64,117); }
H1.HeaderClassName
{
color: #484075;
}
.AnyTagClassName
{
color: #484075;
}
</style>
background-color css
<style>
a { background-color: #484075; }
a { background-color: rgb(72,64,117); }
div.DivClassName
{
background-color: #484075;
}
.BgClassName
{
background-color: #484075;
}
</style>
border-color css
<style>
span { border-color: #484075; }
span { border-color: rgb(72,64,117); }
td.TdClassName
{
border-color: #484075;
}
.TagClassName
{
border-color: #484075;
}
</style>