Html Css Color HEX #47596D Chambray

📋 copy color: '#47596D'

red 71 ◦ green 89 ◦ blue 109

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

Shades of Chambray #47596D

Tints of Chambray #47596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 26.39%
G = 33.09%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47596D (or 0x47596D) is known color: Chambray. HEX triplet: 47, 59 and 6D. RGB value is (71,89,109). Sum of RGB (Red+Green+Blue) = 71+89+109=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #47596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596D is #B8A692. Grayscale: #555555. Windows color (decimal): -12101267 or 7166279. OLE color: 7166279.

HSL color Cylindrical-coordinate representation of color #47596D: hue angle of 211.58º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47596D is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 89 109 -
CMYK 0.35 0.18 0 0.57
HSL 211.58º 0.21% 0.35% -
HSV(B) 211.58º 0.35% 0.43% -
XYZ 8.93 9.59 15.85 -
YUV 85.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 71 89 109 0.35 0.18 0 0.57 211.58 0.21 0.35
Hex 47 59 6D 23 12 0 39 D4 15 23
Octal 107 131 155 43 22 0 71 324 25 43
Binary 1000111 1011001 1101101 100011 10010 0 111001 11010100 10101 100011

Color Harmonies of #47596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47596D

Black with #47596D

Text Example


Text Example

White with #47596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47596D; }

 p { color: rgb(71,89,109); }

 H1.HeaderClassName
 {
   color: #47596D;
 }
 .AnyTagClassName
 {
   color: #47596D;
 }
</style>

background-color css

<style>
 a { background-color: #47596D; }

 a { background-color: rgb(71,89,109); }

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

border-color css

<style>
 span { border-color: #47596D; }

 span { border-color: rgb(71,89,109); }

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