#484773

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

Shades of Corn Flower Blue #484773

Tints of Corn Flower Blue #484773

Color information

#484773 (or 0x484773) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 73. RGB value is (72,71,115). Sum of RGB (Red+Green+Blue) = 72+71+115=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #484773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484773 is #B7B88C. Grayscale: #4C4C4C. Windows color (decimal): -12040333 or 7554888. OLE color: 7554888.

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

Color convert

RGB7271115-
CMYK0.370.3800.55
HSL241.36º23.66%36.47%-
HSV(B)241.36º38.26%45.1%-
XYZ8.027.1217.17-
YUV76.32149.83124.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=27.91%
G=27.52%
B=44.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72711150.370.3800.55241.3623.6636.47
Hex4847732526037f11824
Octal11010716345460673613044
Binary10010001000111111001110010110011001101111111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484773; }

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

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

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

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

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

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

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

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