#475886

Color #475886 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #475886

Tints of Chambray #475886

Color information

#475886 (or 0x475886) is unknown color: approx Chambray. HEX triplet: 47, 58 and 86. RGB value is (71,88,134). Sum of RGB (Red+Green+Blue) = 71+88+134=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #475886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475886 is #B8A779. Grayscale: #575757. Windows color (decimal): -12101498 or 8804423. OLE color: 8804423.

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

Color convert

RGB7188134-
CMYK0.470.3400.47
HSL223.81º30.73%40.2%-
HSV(B)223.81º47.01%52.55%-
XYZ10.3910.0423.94-
YUV88.16153.87115.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=24.23%
G=30.03%
B=45.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71881340.470.3400.47223.8130.7340.2
Hex4758862F2202Fe01f28
Octal10713020657420573403750
Binary100011110110001000011010111110001001011111110000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475886; }

 p { color: rgb(71,88,134); }

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

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

 a { background-color: rgb(71,88,134); }

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

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

 span { border-color: rgb(71,88,134); }

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