Html Css Color HEX #475970 Chambray

📋 copy color: '#475970'

red 71 ◦ green 89 ◦ blue 112

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

Shades of Chambray #475970

Tints of Chambray #475970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 26.1%
G = 32.72%
B = 41.18%

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

#475970 (or 0x475970) is known color: Chambray. HEX triplet: 47, 59 and 70. RGB value is (71,89,112). Sum of RGB (Red+Green+Blue) = 71+89+112=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #475970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475970 is #B8A68F. Grayscale: #565656. Windows color (decimal): -12101264 or 7362887. OLE color: 7362887.

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

Color convert

RGB 71 89 112 -
CMYK 0.37 0.21 0 0.56
HSL 213.66º 0.22% 0.36% -
HSV(B) 213.66º 0.37% 0.44% -
XYZ 9.1 9.65 16.71 -
YUV 86.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 71 89 112 0.37 0.21 0 0.56 213.66 0.22 0.36
Hex 47 59 70 25 15 0 38 D6 16 24
Octal 107 131 160 45 25 0 70 326 26 44
Binary 1000111 1011001 1110000 100101 10101 0 111000 11010110 10110 100100

Color Harmonies of #475970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475970

Black with #475970

Text Example


Text Example

White with #475970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475970; }

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

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

background-color css

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

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

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

border-color css

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

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

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