Html Css Color HEX #48535B San Juan

📋 copy color: '#48535B'

red 72 ◦ green 83 ◦ blue 91

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

Shades of San Juan #48535B

Tints of San Juan #48535B

RGB

 RED value IS 72 (28.52% from 255) = 29.27%

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

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

R = 29.27%
G = 33.74%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48535B (or 0x48535B) is known color: San Juan. HEX triplet: 48, 53 and 5B. RGB value is (72,83,91). Sum of RGB (Red+Green+Blue) = 72+83+91=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #48535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535B is #B7ACA4. Grayscale: #505050. Windows color (decimal): -12037285 or 5985096. OLE color: 5985096.

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

Color convert

RGB 72 83 91 -
CMYK 0.21 0.09 0 0.64
HSL 205.26º 0.12% 0.32% -
HSV(B) 205.26º 0.21% 0.36% -
XYZ 7.65 8.32 11.1 -
YUV 80.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 72 83 91 0.21 0.09 0 0.64 205.26 0.12 0.32
Hex 48 53 5B 15 9 0 40 CD C 20
Octal 110 123 133 25 11 0 100 315 14 40
Binary 1001000 1010011 1011011 10101 1001 0 1000000 11001101 1100 100000

Color Harmonies of #48535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48535B

Black with #48535B

Text Example


Text Example

White with #48535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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