Html Css Color HEX #475D73 Chambray

📋 copy color: '#475D73'

red 71 ◦ green 93 ◦ blue 115

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

Shades of Chambray #475D73

Tints of Chambray #475D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 25.45%
G = 33.33%
B = 41.22%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475D73 (or 0x475D73) is known color: Chambray. HEX triplet: 47, 5D and 73. RGB value is (71,93,115). Sum of RGB (Red+Green+Blue) = 71+93+115=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #475D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D73 is #B8A28C. Grayscale: #585858. Windows color (decimal): -12100237 or 7560519. OLE color: 7560519.

HSL color Cylindrical-coordinate representation of color #475D73: hue angle of 210º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475D73 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 93 115 -
CMYK 0.38 0.19 0 0.55
HSL 210º 0.24% 0.36% -
HSV(B) 210º 0.38% 0.45% -
XYZ 9.61 10.41 17.72 -
YUV 88.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 71 93 115 0.38 0.19 0 0.55 210 0.24 0.36
Hex 47 5D 73 26 13 0 37 D2 18 24
Octal 107 135 163 46 23 0 67 322 30 44
Binary 1000111 1011101 1110011 100110 10011 0 110111 11010010 11000 100100

Color Harmonies of #475D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D73

Black with #475D73

Text Example


Text Example

White with #475D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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