#484C73

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

Shades of Corn Flower Blue #484C73

Tints of Corn Flower Blue #484C73

Color information

#484C73 (or 0x484C73) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4C and 73. RGB value is (72,76,115). Sum of RGB (Red+Green+Blue) = 72+76+115=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #484C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C73 is #B7B38C. Grayscale: #4F4F4F. Windows color (decimal): -12039053 or 7556168. OLE color: 7556168.

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

Color convert

RGB7276115-
CMYK0.370.3400.55
HSL234.42º22.99%36.67%-
HSV(B)234.42º37.39%45.1%-
XYZ8.357.7817.28-
YUV79.25148.17122.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=27.38%
G=28.90%
B=43.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72761150.370.3400.55234.4222.9936.67
Hex484C732522037ea1725
Octal11011416345420673522745
Binary10010001001100111001110010110001001101111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C73; }

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

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

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

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

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

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

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

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