Html Css Color HEX #475B73 Chambray

📋 copy color: '#475B73'

red 71 ◦ green 91 ◦ blue 115

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

Shades of Chambray #475B73

Tints of Chambray #475B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 25.63%
G = 32.85%
B = 41.52%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475B73 (or 0x475B73) is known color: Chambray. HEX triplet: 47, 5B and 73. RGB value is (71,91,115). Sum of RGB (Red+Green+Blue) = 71+91+115=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #475B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B73 is #B8A48C. Grayscale: #575757. Windows color (decimal): -12100749 or 7560007. OLE color: 7560007.

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

Color convert

RGB 71 91 115 -
CMYK 0.38 0.21 0 0.55
HSL 212.73º 0.24% 0.36% -
HSV(B) 212.73º 0.38% 0.45% -
XYZ 9.43 10.06 17.66 -
YUV 87.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 71 91 115 0.38 0.21 0 0.55 212.73 0.24 0.36
Hex 47 5B 73 26 15 0 37 D5 18 24
Octal 107 133 163 46 25 0 67 325 30 44
Binary 1000111 1011011 1110011 100110 10101 0 110111 11010101 11000 100100

Color Harmonies of #475B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B73

Black with #475B73

Text Example


Text Example

White with #475B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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