#484563

Color #484563 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #484563

Tints of Corn Flower Blue #484563

Color information

#484563 (or 0x484563) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 63. RGB value is (72,69,99). Sum of RGB (Red+Green+Blue) = 72+69+99=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #484563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484563 is #B7BA9C. Grayscale: #494949. Windows color (decimal): -12040861 or 6505800. OLE color: 6505800.

HSL color Cylindrical-coordinate representation of color #484563: hue angle of 246º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484563 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB726999-
CMYK0.270.3000.61
HSL246º17.86%32.94%-
HSV(B)246º30.3%38.82%-
XYZ7.056.5312.69-
YUV73.32142.49127.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=30%
G=28.75%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7269990.270.3000.6124617.8632.94
Hex4845631B1E03Df61221
Octal11010514333360753662241
Binary100100010001011100011110111111001111011111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484563; }

 p { color: rgb(72,69,99); }

 H1.HeaderClassName
 {
   color: #484563;
 }
 .AnyTagClassName
 {
   color: #484563;
 }
</style>
background-color css

<style>
 a { background-color: #484563; }

 a { background-color: rgb(72,69,99); }

 div.DivClassName
 {
   background-color: #484563;
 }
 .BgClassName
 {
   background-color: #484563;
 }
</style>
border-color css

<style>
 span { border-color: #484563; }

 span { border-color: rgb(72,69,99); }

 td.TdClassName
 {
   border-color: #484563;
 }
 .TagClassName
 {
   border-color: #484563;
 }
</style>