Shades of Corn Flower Blue #484273
Tints of Corn Flower Blue #484273
RGB
CMYK
RGB Variations
Color information
#484273 (or 0x484273) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 73. RGB value is (72,66,115). Sum of RGB (Red+Green+Blue) = 72+66+115=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #484273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484273 is #B7BD8C. Grayscale: #494949. Windows color (decimal): -12041613 or 7553608. OLE color: 7553608.
HSL color Cylindrical-coordinate representation of color #484273: hue angle of 247.35º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484273 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 66 | 115 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.55 |
| HSL | 247.35º | 0.27% | 0.35% | - |
| HSV(B) | 247.35º | 0.43% | 0.45% | - |
| XYZ | 7.72 | 6.51 | 17.07 | - |
| YUV | 73.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 115 | 0.37 | 0.43 | 0 | 0.55 | 247.35 | 0.27 | 0.35 |
| Hex | 48 | 42 | 73 | 25 | 2B | 0 | 37 | F7 | 1B | 23 |
| Octal | 110 | 102 | 163 | 45 | 53 | 0 | 67 | 367 | 33 | 43 |
| Binary | 1001000 | 1000010 | 1110011 | 100101 | 101011 | 0 | 110111 | 11110111 | 11011 | 100011 |
Color Harmonies of #484273
Complementary color
Monochromatic Colors of #484273
Black with #484273
Text Example
Text Example
White with #484273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484273; }
p { color: rgb(72,66,115); }
H1.HeaderClassName
{
color: #484273;
}
.AnyTagClassName
{
color: #484273;
}
</style>
background-color css
<style>
a { background-color: #484273; }
a { background-color: rgb(72,66,115); }
div.DivClassName
{
background-color: #484273;
}
.BgClassName
{
background-color: #484273;
}
</style>
border-color css
<style>
span { border-color: #484273; }
span { border-color: rgb(72,66,115); }
td.TdClassName
{
border-color: #484273;
}
.TagClassName
{
border-color: #484273;
}
</style>