Html Css Color HEX #47555E San Juan

📋 copy color: '#47555E'

red 71 ◦ green 85 ◦ blue 94

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

Shades of San Juan #47555E

Tints of San Juan #47555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 28.4%
G = 34%
B = 37.6%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47555E (or 0x47555E) is known color: San Juan. HEX triplet: 47, 55 and 5E. RGB value is (71,85,94). Sum of RGB (Red+Green+Blue) = 71+85+94=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #47555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555E is #B8AAA1. Grayscale: #515151. Windows color (decimal): -12102306 or 6182215. OLE color: 6182215.

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

Color convert

RGB 71 85 94 -
CMYK 0.24 0.10 0 0.63
HSL 203.48º 0.14% 0.32% -
HSV(B) 203.48º 0.24% 0.37% -
XYZ 7.87 8.64 11.84 -
YUV 81.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 71 85 94 0.24 0.10 0 0.63 203.48 0.14 0.32
Hex 47 55 5E 18 A 0 3F CB E 20
Octal 107 125 136 30 12 0 77 313 16 40
Binary 1000111 1010101 1011110 11000 1010 0 111111 11001011 1110 100000

Color Harmonies of #47555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47555E

Black with #47555E

Text Example


Text Example

White with #47555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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