Html Css Color HEX #475577 Chambray

📋 copy color: '#475577'

red 71 ◦ green 85 ◦ blue 119

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

Shades of Chambray #475577

Tints of Chambray #475577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 25.82%
G = 30.91%
B = 43.27%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475577 (or 0x475577) is known color: Chambray. HEX triplet: 47, 55 and 77. RGB value is (71,85,119). Sum of RGB (Red+Green+Blue) = 71+85+119=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #475577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475577 is #B8AA88. Grayscale: #545454. Windows color (decimal): -12102281 or 7820615. OLE color: 7820615.

HSL color Cylindrical-coordinate representation of color #475577: hue angle of 222.5º 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 #475577 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 85 119 -
CMYK 0.40 0.29 0 0.53
HSL 222.5º 0.25% 0.37% -
HSV(B) 222.5º 0.4% 0.47% -
XYZ 9.18 9.17 18.74 -
YUV 84.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 71 85 119 0.40 0.29 0 0.53 222.5 0.25 0.37
Hex 47 55 77 28 1D 0 35 DE 19 25
Octal 107 125 167 50 35 0 65 336 31 45
Binary 1000111 1010101 1110111 101000 11101 0 110101 11011110 11001 100101

Color Harmonies of #475577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475577

Black with #475577

Text Example


Text Example

White with #475577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475577; }

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

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

background-color css

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

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

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

border-color css

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

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

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