Html Css Color HEX #475C73 Chambray

📋 copy color: '#475C73'

red 71 ◦ green 92 ◦ blue 115

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

Shades of Chambray #475C73

Tints of Chambray #475C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 25.54%
G = 33.09%
B = 41.37%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475C73 (or 0x475C73) is known color: Chambray. HEX triplet: 47, 5C and 73. RGB value is (71,92,115). Sum of RGB (Red+Green+Blue) = 71+92+115=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #475C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C73 is #B8A38C. Grayscale: #585858. Windows color (decimal): -12100493 or 7560263. OLE color: 7560263.

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

Color convert

RGB 71 92 115 -
CMYK 0.38 0.20 0 0.55
HSL 211.36º 0.24% 0.36% -
HSV(B) 211.36º 0.38% 0.45% -
XYZ 9.52 10.23 17.69 -
YUV 88.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 71 92 115 0.38 0.20 0 0.55 211.36 0.24 0.36
Hex 47 5C 73 26 14 0 37 D3 18 24
Octal 107 134 163 46 24 0 67 323 30 44
Binary 1000111 1011100 1110011 100110 10100 0 110111 11010011 11000 100100

Color Harmonies of #475C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C73

Black with #475C73

Text Example


Text Example

White with #475C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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