Html Css Color HEX #47575E San Juan

📋 copy color: '#47575E'

red 71 ◦ green 87 ◦ blue 94

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

Shades of San Juan #47575E

Tints of San Juan #47575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 28.17%
G = 34.52%
B = 37.3%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47575E (or 0x47575E) is known color: San Juan. HEX triplet: 47, 57 and 5E. RGB value is (71,87,94). Sum of RGB (Red+Green+Blue) = 71+87+94=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #47575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47575E is #B8A8A1. Grayscale: #525252. Windows color (decimal): -12101794 or 6182727. OLE color: 6182727.

HSL color Cylindrical-coordinate representation of color #47575E: hue angle of 198.26º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47575E is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 87 94 -
CMYK 0.24 0.07 0 0.63
HSL 198.26º 0.14% 0.32% -
HSV(B) 198.26º 0.24% 0.37% -
XYZ 8.03 8.96 11.9 -
YUV 83.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 71 87 94 0.24 0.07 0 0.63 198.26 0.14 0.32
Hex 47 57 5E 18 7 0 3F C6 E 20
Octal 107 127 136 30 7 0 77 306 16 40
Binary 1000111 1010111 1011110 11000 111 0 111111 11000110 1110 100000

Color Harmonies of #47575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47575E

Black with #47575E

Text Example


Text Example

White with #47575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47575E; }

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

 H1.HeaderClassName
 {
   color: #47575E;
 }
 .AnyTagClassName
 {
   color: #47575E;
 }
</style>

background-color css

<style>
 a { background-color: #47575E; }

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

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

border-color css

<style>
 span { border-color: #47575E; }

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

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