#484573

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

Shades of Corn Flower Blue #484573

Tints of Corn Flower Blue #484573

Color information

#484573 (or 0x484573) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 73. RGB value is (72,69,115). Sum of RGB (Red+Green+Blue) = 72+69+115=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #484573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484573 is #B7BA8C. Grayscale: #4A4A4A. Windows color (decimal): -12040845 or 7554376. OLE color: 7554376.

HSL color Cylindrical-coordinate representation of color #484573: hue angle of 243.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484573 is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7269115-
CMYK0.370.400.55
HSL243.91º25%36.08%-
HSV(B)243.91º40%45.1%-
XYZ7.96.8717.13-
YUV75.14150.49125.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=28.12%
G=26.95%
B=44.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72691150.370.400.55243.912536.08
Hex4845732528037f41924
Octal11010516345500673643144
Binary10010001000101111001110010110100001101111111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484573; }

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

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

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

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

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

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

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

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