#474373

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

Shades of Corn Flower Blue #474373

Tints of Corn Flower Blue #474373

Color information

#474373 (or 0x474373) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 73. RGB value is (71,67,115). Sum of RGB (Red+Green+Blue) = 71+67+115=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #474373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474373 is #B8BC8C. Grayscale: #494949. Windows color (decimal): -12106893 or 7553863. OLE color: 7553863.

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

Color convert

RGB7167115-
CMYK0.380.4200.55
HSL245º26.37%35.69%-
HSV(B)245º41.74%45.1%-
XYZ7.76.5917.09-
YUV73.67151.33126.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=28.06%
G=26.48%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71671150.380.4200.5524526.3735.69
Hex474373262A037f51a24
Octal10710316346520673653244
Binary10001111000011111001110011010101001101111111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474373; }

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

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

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

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

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

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

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

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