Shades of Corn Flower Blue #484665
Tints of Corn Flower Blue #484665
RGB
CMYK
RGB Variations
Color information
#484665 (or 0x484665) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 65. RGB value is (72,70,101). Sum of RGB (Red+Green+Blue) = 72+70+101=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #484665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484665 is #B7B99A. Grayscale: #4A4A4A. Windows color (decimal): -12040603 or 6637128. OLE color: 6637128.
HSL color Cylindrical-coordinate representation of color #484665: hue angle of 243.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484665 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 70 | 101 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.60 |
| HSL | 243.87º | 0.18% | 0.34% | - |
| HSV(B) | 243.87º | 0.31% | 0.4% | - |
| XYZ | 7.21 | 6.7 | 13.22 | - |
| YUV | 74.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 101 | 0.29 | 0.31 | 0 | 0.60 | 243.87 | 0.18 | 0.34 |
| Hex | 48 | 46 | 65 | 1D | 1F | 0 | 3C | F4 | 12 | 22 |
| Octal | 110 | 106 | 145 | 35 | 37 | 0 | 74 | 364 | 22 | 42 |
| Binary | 1001000 | 1000110 | 1100101 | 11101 | 11111 | 0 | 111100 | 11110100 | 10010 | 100010 |
Color Harmonies of #484665
Complementary color
Monochromatic Colors of #484665
Black with #484665
Text Example
Text Example
White with #484665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484665; }
p { color: rgb(72,70,101); }
H1.HeaderClassName
{
color: #484665;
}
.AnyTagClassName
{
color: #484665;
}
</style>
background-color css
<style>
a { background-color: #484665; }
a { background-color: rgb(72,70,101); }
div.DivClassName
{
background-color: #484665;
}
.BgClassName
{
background-color: #484665;
}
</style>
border-color css
<style>
span { border-color: #484665; }
span { border-color: rgb(72,70,101); }
td.TdClassName
{
border-color: #484665;
}
.TagClassName
{
border-color: #484665;
}
</style>