Shades of Corn Flower Blue #484669
Tints of Corn Flower Blue #484669
RGB
CMYK
RGB Variations
Color information
#484669 (or 0x484669) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 69. RGB value is (72,70,105). Sum of RGB (Red+Green+Blue) = 72+70+105=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #484669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484669 is #B7B996. Grayscale: #4A4A4A. Windows color (decimal): -12040599 or 6899272. OLE color: 6899272.
HSL color Cylindrical-coordinate representation of color #484669: hue angle of 243.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484669 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 70 | 105 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.59 |
| HSL | 243.43º | 0.2% | 0.34% | - |
| HSV(B) | 243.43º | 0.33% | 0.41% | - |
| XYZ | 7.41 | 6.78 | 14.28 | - |
| YUV | 74.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 105 | 0.31 | 0.33 | 0 | 0.59 | 243.43 | 0.2 | 0.34 |
| Hex | 48 | 46 | 69 | 1F | 21 | 0 | 3B | F3 | 14 | 22 |
| Octal | 110 | 106 | 151 | 37 | 41 | 0 | 73 | 363 | 24 | 42 |
| Binary | 1001000 | 1000110 | 1101001 | 11111 | 100001 | 0 | 111011 | 11110011 | 10100 | 100010 |
Color Harmonies of #484669
Complementary color
Monochromatic Colors of #484669
Black with #484669
Text Example
Text Example
White with #484669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484669; }
p { color: rgb(72,70,105); }
H1.HeaderClassName
{
color: #484669;
}
.AnyTagClassName
{
color: #484669;
}
</style>
background-color css
<style>
a { background-color: #484669; }
a { background-color: rgb(72,70,105); }
div.DivClassName
{
background-color: #484669;
}
.BgClassName
{
background-color: #484669;
}
</style>
border-color css
<style>
span { border-color: #484669; }
span { border-color: rgb(72,70,105); }
td.TdClassName
{
border-color: #484669;
}
.TagClassName
{
border-color: #484669;
}
</style>