#474877

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

Shades of Corn Flower Blue #474877

Tints of Corn Flower Blue #474877

Color information

#474877 (or 0x474877) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 77. RGB value is (71,72,119). Sum of RGB (Red+Green+Blue) = 71+72+119=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #474877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474877 is #B8B788. Grayscale: #4C4C4C. Windows color (decimal): -12105609 or 7817287. OLE color: 7817287.

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

Color convert

RGB7172119-
CMYK0.400.3900.53
HSL238.75º25.26%37.25%-
HSV(B)238.75º40.34%46.67%-
XYZ8.257.3118.43-
YUV77.06151.67123.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=27.10%
G=27.48%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71721190.400.3900.53238.7525.2637.25
Hex4748772827035ef1925
Octal10711016750470653573145
Binary10001111001000111011110100010011101101011110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474877; }

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

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

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

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

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

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

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

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