Html Css Color HEX #47565E San Juan

📋 copy color: '#47565E'

red 71 ◦ green 86 ◦ blue 94

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

Shades of San Juan #47565E

Tints of San Juan #47565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 28.29%
G = 34.26%
B = 37.45%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47565E (or 0x47565E) is known color: San Juan. HEX triplet: 47, 56 and 5E. RGB value is (71,86,94). Sum of RGB (Red+Green+Blue) = 71+86+94=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #47565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47565E is #B8A9A1. Grayscale: #525252. Windows color (decimal): -12102050 or 6182471. OLE color: 6182471.

HSL color Cylindrical-coordinate representation of color #47565E: hue angle of 200.87º 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 #47565E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 86 94 -
CMYK 0.24 0.09 0 0.63
HSL 200.87º 0.14% 0.32% -
HSV(B) 200.87º 0.24% 0.37% -
XYZ 7.95 8.8 11.87 -
YUV 82.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 71 86 94 0.24 0.09 0 0.63 200.87 0.14 0.32
Hex 47 56 5E 18 9 0 3F C9 E 20
Octal 107 126 136 30 11 0 77 311 16 40
Binary 1000111 1010110 1011110 11000 1001 0 111111 11001001 1110 100000

Color Harmonies of #47565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47565E

Black with #47565E

Text Example


Text Example

White with #47565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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