Html Css Color HEX #475575 Chambray

📋 copy color: '#475575'

red 71 ◦ green 85 ◦ blue 117

#475575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #475575

Tints of Chambray #475575

RGB

 RED value IS 71 (28.13% from 255) = 26.01%

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 26.01%
G = 31.14%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475575 (or 0x475575) is known color: Chambray. HEX triplet: 47, 55 and 75. RGB value is (71,85,117). Sum of RGB (Red+Green+Blue) = 71+85+117=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #475575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475575 is #B8AA8A. Grayscale: #545454. Windows color (decimal): -12102283 or 7689543. OLE color: 7689543.

HSL color Cylindrical-coordinate representation of color #475575: hue angle of 221.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475575 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 85 117 -
CMYK 0.39 0.27 0 0.54
HSL 221.74º 0.24% 0.37% -
HSV(B) 221.74º 0.39% 0.46% -
XYZ 9.06 9.12 18.11 -
YUV 84.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 71 85 117 0.39 0.27 0 0.54 221.74 0.24 0.37
Hex 47 55 75 27 1B 0 36 DE 18 25
Octal 107 125 165 47 33 0 66 336 30 45
Binary 1000111 1010101 1110101 100111 11011 0 110110 11011110 11000 100101

Color Harmonies of #475575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475575

Black with #475575

Text Example


Text Example

White with #475575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475575; }

 p { color: rgb(71,85,117); }

 H1.HeaderClassName
 {
   color: #475575;
 }
 .AnyTagClassName
 {
   color: #475575;
 }
</style>

background-color css

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

 a { background-color: rgb(71,85,117); }

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

border-color css

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

 span { border-color: rgb(71,85,117); }

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