#475882

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

Shades of Chambray #475882

Tints of Chambray #475882

Color information

#475882 (or 0x475882) is unknown color: approx Chambray. HEX triplet: 47, 58 and 82. RGB value is (71,88,130). Sum of RGB (Red+Green+Blue) = 71+88+130=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #475882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475882 is #B8A77D. Grayscale: #575757. Windows color (decimal): -12101502 or 8542279. OLE color: 8542279.

HSL color Cylindrical-coordinate representation of color #475882: hue angle of 222.71º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475882 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7188130-
CMYK0.450.3200.49
HSL222.71º29.35%39.41%-
HSV(B)222.71º45.38%50.98%-
XYZ10.129.9322.5-
YUV87.7151.87116.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=24.57%
G=30.45%
B=44.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71881300.450.3200.49222.7129.3539.41
Hex4758822D20031df1d27
Octal10713020255400613373547
Binary100011110110001000001010110110000001100011101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475882; }

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

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

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

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

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

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

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

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