Html Css Color HEX #47576B Chambray

📋 copy color: '#47576B'

red 71 ◦ green 87 ◦ blue 107

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

Shades of Chambray #47576B

Tints of Chambray #47576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 26.79%
G = 32.83%
B = 40.38%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47576B (or 0x47576B) is known color: Chambray. HEX triplet: 47, 57 and 6B. RGB value is (71,87,107). Sum of RGB (Red+Green+Blue) = 71+87+107=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #47576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47576B is #B8A894. Grayscale: #545454. Windows color (decimal): -12101781 or 7034695. OLE color: 7034695.

HSL color Cylindrical-coordinate representation of color #47576B: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47576B is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 87 107 -
CMYK 0.34 0.19 0 0.58
HSL 213.33º 0.2% 0.35% -
HSV(B) 213.33º 0.34% 0.42% -
XYZ 8.66 9.22 15.23 -
YUV 84.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 71 87 107 0.34 0.19 0 0.58 213.33 0.2 0.35
Hex 47 57 6B 22 13 0 3A D5 14 23
Octal 107 127 153 42 23 0 72 325 24 43
Binary 1000111 1010111 1101011 100010 10011 0 111010 11010101 10100 100011

Color Harmonies of #47576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47576B

Black with #47576B

Text Example


Text Example

White with #47576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47576B; }

 p { color: rgb(71,87,107); }

 H1.HeaderClassName
 {
   color: #47576B;
 }
 .AnyTagClassName
 {
   color: #47576B;
 }
</style>

background-color css

<style>
 a { background-color: #47576B; }

 a { background-color: rgb(71,87,107); }

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

border-color css

<style>
 span { border-color: #47576B; }

 span { border-color: rgb(71,87,107); }

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