Shades of Corn Flower Blue #484465
Tints of Corn Flower Blue #484465
RGB
CMYK
RGB Variations
Color information
#484465 (or 0x484465) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 65. RGB value is (72,68,101). Sum of RGB (Red+Green+Blue) = 72+68+101=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #484465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484465 is #B7BB9A. Grayscale: #484848. Windows color (decimal): -12041115 or 6636616. OLE color: 6636616.
HSL color Cylindrical-coordinate representation of color #484465: hue angle of 247.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484465 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 68 | 101 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.60 |
| HSL | 247.27º | 0.2% | 0.33% | - |
| HSV(B) | 247.27º | 0.33% | 0.4% | - |
| XYZ | 7.09 | 6.45 | 13.18 | - |
| YUV | 72.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 101 | 0.29 | 0.33 | 0 | 0.60 | 247.27 | 0.2 | 0.33 |
| Hex | 48 | 44 | 65 | 1D | 21 | 0 | 3C | F7 | 14 | 21 |
| Octal | 110 | 104 | 145 | 35 | 41 | 0 | 74 | 367 | 24 | 41 |
| Binary | 1001000 | 1000100 | 1100101 | 11101 | 100001 | 0 | 111100 | 11110111 | 10100 | 100001 |
Color Harmonies of #484465
Complementary color
Monochromatic Colors of #484465
Black with #484465
Text Example
Text Example
White with #484465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484465; }
p { color: rgb(72,68,101); }
H1.HeaderClassName
{
color: #484465;
}
.AnyTagClassName
{
color: #484465;
}
</style>
background-color css
<style>
a { background-color: #484465; }
a { background-color: rgb(72,68,101); }
div.DivClassName
{
background-color: #484465;
}
.BgClassName
{
background-color: #484465;
}
</style>
border-color css
<style>
span { border-color: #484465; }
span { border-color: rgb(72,68,101); }
td.TdClassName
{
border-color: #484465;
}
.TagClassName
{
border-color: #484465;
}
</style>