Html Css Color HEX #475771 Chambray

📋 copy color: '#475771'

red 71 ◦ green 87 ◦ blue 113

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

Shades of Chambray #475771

Tints of Chambray #475771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 26.2%
G = 32.1%
B = 41.7%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475771 (or 0x475771) is known color: Chambray. HEX triplet: 47, 57 and 71. RGB value is (71,87,113). Sum of RGB (Red+Green+Blue) = 71+87+113=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #475771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475771 is #B8A88E. Grayscale: #555555. Windows color (decimal): -12101775 or 7427911. OLE color: 7427911.

HSL color Cylindrical-coordinate representation of color #475771: hue angle of 217.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475771 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 87 113 -
CMYK 0.37 0.23 0 0.56
HSL 217.14º 0.23% 0.36% -
HSV(B) 217.14º 0.37% 0.44% -
XYZ 8.99 9.35 16.95 -
YUV 85.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 71 87 113 0.37 0.23 0 0.56 217.14 0.23 0.36
Hex 47 57 71 25 17 0 38 D9 17 24
Octal 107 127 161 45 27 0 70 331 27 44
Binary 1000111 1010111 1110001 100101 10111 0 111000 11011001 10111 100100

Color Harmonies of #475771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475771

Black with #475771

Text Example


Text Example

White with #475771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475771; }

 p { color: rgb(71,87,113); }

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

background-color css

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

 a { background-color: rgb(71,87,113); }

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

border-color css

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

 span { border-color: rgb(71,87,113); }

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