#474379

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

Shades of Corn Flower Blue #474379

Tints of Corn Flower Blue #474379

Color information

#474379 (or 0x474379) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 79. RGB value is (71,67,121). Sum of RGB (Red+Green+Blue) = 71+67+121=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #474379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474379 is #B8BC86. Grayscale: #4A4A4A. Windows color (decimal): -12106887 or 7947079. OLE color: 7947079.

HSL color Cylindrical-coordinate representation of color #474379: hue angle of 244.44º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474379 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7167121-
CMYK0.410.4500.53
HSL244.44º28.72%36.86%-
HSV(B)244.44º44.63%47.45%-
XYZ8.066.7318.96-
YUV74.35154.33125.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=27.41%
G=25.87%
B=46.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71671210.410.4500.53244.4428.7236.86
Hex474379292D035f41d25
Octal10710317151550653643545
Binary10001111000011111100110100110110101101011111010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474379; }

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

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

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

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

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

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

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

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