Html Css Color HEX #47585E San Juan

📋 copy color: '#47585E'

red 71 ◦ green 88 ◦ blue 94

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

Shades of San Juan #47585E

Tints of San Juan #47585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

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

R = 28.06%
G = 34.78%
B = 37.15%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47585E (or 0x47585E) is known color: San Juan. HEX triplet: 47, 58 and 5E. RGB value is (71,88,94). Sum of RGB (Red+Green+Blue) = 71+88+94=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #47585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47585E is #B8A7A1. Grayscale: #535353. Windows color (decimal): -12101538 or 6182983. OLE color: 6182983.

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

Color convert

RGB 71 88 94 -
CMYK 0.24 0.06 0 0.63
HSL 195.65º 0.14% 0.32% -
HSV(B) 195.65º 0.24% 0.37% -
XYZ 8.11 9.13 11.92 -
YUV 83.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 71 88 94 0.24 0.06 0 0.63 195.65 0.14 0.32
Hex 47 58 5E 18 6 0 3F C4 E 20
Octal 107 130 136 30 6 0 77 304 16 40
Binary 1000111 1011000 1011110 11000 110 0 111111 11000100 1110 100000

Color Harmonies of #47585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47585E

Black with #47585E

Text Example


Text Example

White with #47585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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