Html Css Color HEX #475E73 Chambray

📋 copy color: '#475E73'

red 71 ◦ green 94 ◦ blue 115

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

Shades of Chambray #475E73

Tints of Chambray #475E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 25.36%
G = 33.57%
B = 41.07%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475E73 (or 0x475E73) is known color: Chambray. HEX triplet: 47, 5E and 73. RGB value is (71,94,115). Sum of RGB (Red+Green+Blue) = 71+94+115=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #475E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E73 is #B8A18C. Grayscale: #595959. Windows color (decimal): -12099981 or 7560775. OLE color: 7560775.

HSL color Cylindrical-coordinate representation of color #475E73: hue angle of 208.64º 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 #475E73 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 94 115 -
CMYK 0.38 0.18 0 0.55
HSL 208.64º 0.24% 0.36% -
HSV(B) 208.64º 0.38% 0.45% -
XYZ 9.7 10.58 17.75 -
YUV 89.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 71 94 115 0.38 0.18 0 0.55 208.64 0.24 0.36
Hex 47 5E 73 26 12 0 37 D1 18 24
Octal 107 136 163 46 22 0 67 321 30 44
Binary 1000111 1011110 1110011 100110 10010 0 110111 11010001 11000 100100

Color Harmonies of #475E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E73

Black with #475E73

Text Example


Text Example

White with #475E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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