#484873

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

Shades of Corn Flower Blue #484873

Tints of Corn Flower Blue #484873

Color information

#484873 (or 0x484873) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 73. RGB value is (72,72,115). Sum of RGB (Red+Green+Blue) = 72+72+115=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #484873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484873 is #B7B78C. Grayscale: #4C4C4C. Windows color (decimal): -12040077 or 7555144. OLE color: 7555144.

HSL color Cylindrical-coordinate representation of color #484873: hue angle of 240º 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 #484873 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7272115-
CMYK0.370.3700.55
HSL240º22.99%36.67%-
HSV(B)240º37.39%45.1%-
XYZ8.087.2517.19-
YUV76.9149.5124.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=27.80%
G=27.80%
B=44.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72721150.370.3700.5524022.9936.67
Hex4848732525037f01725
Octal11011016345450673602745
Binary10010001001000111001110010110010101101111111000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484873; }

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

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

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

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

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

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

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

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