#474277

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

Shades of Corn Flower Blue #474277

Tints of Corn Flower Blue #474277

Color information

#474277 (or 0x474277) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 42 and 77. RGB value is (71,66,119). Sum of RGB (Red+Green+Blue) = 71+66+119=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #474277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474277 is #B8BD88. Grayscale: #494949. Windows color (decimal): -12107145 or 7815751. OLE color: 7815751.

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

Color convert

RGB7166119-
CMYK0.400.4500.53
HSL245.66º28.65%36.27%-
HSV(B)245.66º44.54%46.67%-
XYZ7.886.5718.31-
YUV73.54153.66126.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=27.73%
G=25.78%
B=46.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71661190.400.4500.53245.6628.6536.27
Hex474277282D035f61d24
Octal10710216750550653663544
Binary10001111000010111011110100010110101101011111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474277; }

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

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

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

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

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

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

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

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