Html Css Color HEX #47525A San Juan

📋 copy color: '#47525A'

red 71 ◦ green 82 ◦ blue 90

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

Shades of San Juan #47525A

Tints of San Juan #47525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 29.22%
G = 33.74%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47525A (or 0x47525A) is known color: San Juan. HEX triplet: 47, 52 and 5A. RGB value is (71,82,90). Sum of RGB (Red+Green+Blue) = 71+82+90=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #47525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525A is #B8ADA5. Grayscale: #4F4F4F. Windows color (decimal): -12103078 or 5919303. OLE color: 5919303.

HSL color Cylindrical-coordinate representation of color #47525A: hue angle of 205.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47525A is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 82 90 -
CMYK 0.21 0.09 0 0.65
HSL 205.26º 0.12% 0.32% -
HSV(B) 205.26º 0.21% 0.35% -
XYZ 7.46 8.11 10.85 -
YUV 79.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 71 82 90 0.21 0.09 0 0.65 205.26 0.12 0.32
Hex 47 52 5A 15 9 0 41 CD C 20
Octal 107 122 132 25 11 0 101 315 14 40
Binary 1000111 1010010 1011010 10101 1001 0 1000001 11001101 1100 100000

Color Harmonies of #47525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47525A

Black with #47525A

Text Example


Text Example

White with #47525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47525A; }

 p { color: rgb(71,82,90); }

 H1.HeaderClassName
 {
   color: #47525A;
 }
 .AnyTagClassName
 {
   color: #47525A;
 }
</style>

background-color css

<style>
 a { background-color: #47525A; }

 a { background-color: rgb(71,82,90); }

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

border-color css

<style>
 span { border-color: #47525A; }

 span { border-color: rgb(71,82,90); }

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