#474477

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

Shades of Corn Flower Blue #474477

Tints of Corn Flower Blue #474477

Color information

#474477 (or 0x474477) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 77. RGB value is (71,68,119). Sum of RGB (Red+Green+Blue) = 71+68+119=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #474477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474477 is #B8BB88. Grayscale: #4A4A4A. Windows color (decimal): -12106633 or 7816263. OLE color: 7816263.

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

Color convert

RGB7168119-
CMYK0.400.4300.53
HSL243.53º27.27%36.67%-
HSV(B)243.53º42.86%46.67%-
XYZ86.8118.34-
YUV74.71152.99125.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=27.52%
G=26.36%
B=46.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71681190.400.4300.53243.5327.2736.67
Hex474477282B035f41b25
Octal10710416750530653643345
Binary10001111000100111011110100010101101101011111010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474477; }

 p { color: rgb(71,68,119); }

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

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

 a { background-color: rgb(71,68,119); }

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

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

 span { border-color: rgb(71,68,119); }

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