#484576

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

Shades of Corn Flower Blue #484576

Tints of Corn Flower Blue #484576

Color information

#484576 (or 0x484576) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 76. RGB value is (72,69,118). Sum of RGB (Red+Green+Blue) = 72+69+118=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #484576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484576 is #B7BA89. Grayscale: #4B4B4B. Windows color (decimal): -12040842 or 7750984. OLE color: 7750984.

HSL color Cylindrical-coordinate representation of color #484576: hue angle of 243.67º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484576 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7269118-
CMYK0.390.4200.54
HSL243.67º26.2%36.67%-
HSV(B)243.67º41.53%46.27%-
XYZ8.076.9418.05-
YUV75.48151.99125.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=27.80%
G=26.64%
B=45.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72691180.390.4200.54243.6726.236.67
Hex484576272A036f41a25
Octal11010516647520663643245
Binary10010001000101111011010011110101001101101111010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484576; }

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

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

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

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

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

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

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

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