Html Css Color HEX #48535C San Juan

📋 copy color: '#48535C'

red 72 ◦ green 83 ◦ blue 92

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

Shades of San Juan #48535C

Tints of San Juan #48535C

RGB

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

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

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

R = 29.15%
G = 33.6%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48535C (or 0x48535C) is known color: San Juan. HEX triplet: 48, 53 and 5C. RGB value is (72,83,92). Sum of RGB (Red+Green+Blue) = 72+83+92=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #48535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535C is #B7ACA3. Grayscale: #505050. Windows color (decimal): -12037284 or 6050632. OLE color: 6050632.

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

Color convert

RGB 72 83 92 -
CMYK 0.22 0.10 0 0.64
HSL 207º 0.12% 0.32% -
HSV(B) 207º 0.22% 0.36% -
XYZ 7.7 8.34 11.33 -
YUV 80.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 72 83 92 0.22 0.10 0 0.64 207 0.12 0.32
Hex 48 53 5C 16 A 0 40 CF C 20
Octal 110 123 134 26 12 0 100 317 14 40
Binary 1001000 1010011 1011100 10110 1010 0 1000000 11001111 1100 100000

Color Harmonies of #48535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48535C

Black with #48535C

Text Example


Text Example

White with #48535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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