Html Css Color HEX #47555C San Juan

📋 copy color: '#47555C'

red 71 ◦ green 85 ◦ blue 92

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

Shades of San Juan #47555C

Tints of San Juan #47555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 28.63%
G = 34.27%
B = 37.1%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47555C (or 0x47555C) is known color: San Juan. HEX triplet: 47, 55 and 5C. RGB value is (71,85,92). Sum of RGB (Red+Green+Blue) = 71+85+92=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #47555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555C is #B8AAA3. Grayscale: #515151. Windows color (decimal): -12102308 or 6051143. OLE color: 6051143.

HSL color Cylindrical-coordinate representation of color #47555C: hue angle of 200º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47555C is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 85 92 -
CMYK 0.23 0.08 0 0.64
HSL 200º 0.13% 0.32% -
HSV(B) 200º 0.23% 0.36% -
XYZ 7.78 8.61 11.38 -
YUV 81.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 71 85 92 0.23 0.08 0 0.64 200 0.13 0.32
Hex 47 55 5C 17 8 0 40 C8 D 20
Octal 107 125 134 27 10 0 100 310 15 40
Binary 1000111 1010101 1011100 10111 1000 0 1000000 11001000 1101 100000

Color Harmonies of #47555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47555C

Black with #47555C

Text Example


Text Example

White with #47555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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