#484373

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

Shades of Corn Flower Blue #484373

Tints of Corn Flower Blue #484373

Color information

#484373 (or 0x484373) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 43 and 73. RGB value is (72,67,115). Sum of RGB (Red+Green+Blue) = 72+67+115=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #484373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484373 is #B7BC8C. Grayscale: #494949. Windows color (decimal): -12041357 or 7553864. OLE color: 7553864.

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

Color convert

RGB7267115-
CMYK0.370.4200.55
HSL246.25º26.37%35.69%-
HSV(B)246.25º41.74%45.1%-
XYZ7.776.6317.09-
YUV73.97151.16126.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=28.35%
G=26.38%
B=45.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72671150.370.4200.55246.2526.3735.69
Hex484373252A037f61a24
Octal11010316345520673663244
Binary10010001000011111001110010110101001101111111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484373; }

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

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

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

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

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

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

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

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