Html Css Color HEX #47535B San Juan

📋 copy color: '#47535B'

red 71 ◦ green 83 ◦ blue 91

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

Shades of San Juan #47535B

Tints of San Juan #47535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 28.98%
G = 33.88%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47535B (or 0x47535B) is known color: San Juan. HEX triplet: 47, 53 and 5B. RGB value is (71,83,91). Sum of RGB (Red+Green+Blue) = 71+83+91=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #47535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47535B is #B8ACA4. Grayscale: #505050. Windows color (decimal): -12102821 or 5985095. OLE color: 5985095.

HSL color Cylindrical-coordinate representation of color #47535B: hue angle of 204º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47535B is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 83 91 -
CMYK 0.22 0.09 0 0.64
HSL 204º 0.12% 0.32% -
HSV(B) 204º 0.22% 0.36% -
XYZ 7.58 8.28 11.1 -
YUV 80.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 71 83 91 0.22 0.09 0 0.64 204 0.12 0.32
Hex 47 53 5B 16 9 0 40 CC C 20
Octal 107 123 133 26 11 0 100 314 14 40
Binary 1000111 1010011 1011011 10110 1001 0 1000000 11001100 1100 100000

Color Harmonies of #47535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47535B

Black with #47535B

Text Example


Text Example

White with #47535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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