Html Css Color HEX #475C77 Chambray

📋 copy color: '#475C77'

red 71 ◦ green 92 ◦ blue 119

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

Shades of Chambray #475C77

Tints of Chambray #475C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 25.18%
G = 32.62%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475C77 (or 0x475C77) is known color: Chambray. HEX triplet: 47, 5C and 77. RGB value is (71,92,119). Sum of RGB (Red+Green+Blue) = 71+92+119=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #475C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C77 is #B8A388. Grayscale: #585858. Windows color (decimal): -12100489 or 7822407. OLE color: 7822407.

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

Color convert

RGB 71 92 119 -
CMYK 0.40 0.23 0 0.53
HSL 213.75º 0.25% 0.37% -
HSV(B) 213.75º 0.4% 0.47% -
XYZ 9.76 10.33 18.93 -
YUV 88.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 71 92 119 0.40 0.23 0 0.53 213.75 0.25 0.37
Hex 47 5C 77 28 17 0 35 D6 19 25
Octal 107 134 167 50 27 0 65 326 31 45
Binary 1000111 1011100 1110111 101000 10111 0 110101 11010110 11001 100101

Color Harmonies of #475C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C77

Black with #475C77

Text Example


Text Example

White with #475C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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