Html Css Color HEX #475971 Chambray

📋 copy color: '#475971'

red 71 ◦ green 89 ◦ blue 113

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

Shades of Chambray #475971

Tints of Chambray #475971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 26.01%
G = 32.6%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475971 (or 0x475971) is known color: Chambray. HEX triplet: 47, 59 and 71. RGB value is (71,89,113). Sum of RGB (Red+Green+Blue) = 71+89+113=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #475971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475971 is #B8A68E. Grayscale: #565656. Windows color (decimal): -12101263 or 7428423. OLE color: 7428423.

HSL color Cylindrical-coordinate representation of color #475971: hue angle of 214.29º 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 #475971 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 89 113 -
CMYK 0.37 0.21 0 0.56
HSL 214.29º 0.23% 0.36% -
HSV(B) 214.29º 0.37% 0.44% -
XYZ 9.15 9.68 17.01 -
YUV 86.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 71 89 113 0.37 0.21 0 0.56 214.29 0.23 0.36
Hex 47 59 71 25 15 0 38 D6 17 24
Octal 107 131 161 45 25 0 70 326 27 44
Binary 1000111 1011001 1110001 100101 10101 0 111000 11010110 10111 100100

Color Harmonies of #475971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475971

Black with #475971

Text Example


Text Example

White with #475971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475971; }

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

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

background-color css

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

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

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

border-color css

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

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

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