Html Css Color HEX #475D70 Chambray

📋 copy color: '#475D70'

red 71 ◦ green 93 ◦ blue 112

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

Shades of Chambray #475D70

Tints of Chambray #475D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

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

R = 25.72%
G = 33.7%
B = 40.58%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475D70 (or 0x475D70) is known color: Chambray. HEX triplet: 47, 5D and 70. RGB value is (71,93,112). Sum of RGB (Red+Green+Blue) = 71+93+112=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #475D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D70 is #B8A28F. Grayscale: #585858. Windows color (decimal): -12100240 or 7363911. OLE color: 7363911.

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

Color convert

RGB 71 93 112 -
CMYK 0.37 0.17 0 0.56
HSL 207.8º 0.22% 0.36% -
HSV(B) 207.8º 0.37% 0.44% -
XYZ 9.44 10.34 16.83 -
YUV 88.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 71 93 112 0.37 0.17 0 0.56 207.8 0.22 0.36
Hex 47 5D 70 25 11 0 38 D0 16 24
Octal 107 135 160 45 21 0 70 320 26 44
Binary 1000111 1011101 1110000 100101 10001 0 111000 11010000 10110 100100

Color Harmonies of #475D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D70

Black with #475D70

Text Example


Text Example

White with #475D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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