Shades of Corn Flower Blue #484565
Tints of Corn Flower Blue #484565
RGB
CMYK
RGB Variations
Color information
#484565 (or 0x484565) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 65. RGB value is (72,69,101). Sum of RGB (Red+Green+Blue) = 72+69+101=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #484565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484565 is #B7BA9A. Grayscale: #494949. Windows color (decimal): -12040859 or 6636872. OLE color: 6636872.
HSL color Cylindrical-coordinate representation of color #484565: hue angle of 245.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484565 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 69 | 101 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.60 |
| HSL | 245.63º | 0.19% | 0.33% | - |
| HSV(B) | 245.63º | 0.32% | 0.4% | - |
| XYZ | 7.15 | 6.57 | 13.2 | - |
| YUV | 73.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 101 | 0.29 | 0.32 | 0 | 0.60 | 245.63 | 0.19 | 0.33 |
| Hex | 48 | 45 | 65 | 1D | 20 | 0 | 3C | F6 | 13 | 21 |
| Octal | 110 | 105 | 145 | 35 | 40 | 0 | 74 | 366 | 23 | 41 |
| Binary | 1001000 | 1000101 | 1100101 | 11101 | 100000 | 0 | 111100 | 11110110 | 10011 | 100001 |
Color Harmonies of #484565
Complementary color
Monochromatic Colors of #484565
Black with #484565
Text Example
Text Example
White with #484565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484565; }
p { color: rgb(72,69,101); }
H1.HeaderClassName
{
color: #484565;
}
.AnyTagClassName
{
color: #484565;
}
</style>
background-color css
<style>
a { background-color: #484565; }
a { background-color: rgb(72,69,101); }
div.DivClassName
{
background-color: #484565;
}
.BgClassName
{
background-color: #484565;
}
</style>
border-color css
<style>
span { border-color: #484565; }
span { border-color: rgb(72,69,101); }
td.TdClassName
{
border-color: #484565;
}
.TagClassName
{
border-color: #484565;
}
</style>