Html Css Color HEX #48545C San Juan

📋 copy color: '#48545C'

red 72 ◦ green 84 ◦ blue 92

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

Shades of San Juan #48545C

Tints of San Juan #48545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

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

R = 29.03%
G = 33.87%
B = 37.1%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48545C (or 0x48545C) is known color: San Juan. HEX triplet: 48, 54 and 5C. RGB value is (72,84,92). Sum of RGB (Red+Green+Blue) = 72+84+92=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 84 (33.20% from 255 or 33.87% 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 #48545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545C is #B7ABA3. Grayscale: #515151. Windows color (decimal): -12037028 or 6050888. OLE color: 6050888.

HSL color Cylindrical-coordinate representation of color #48545C: hue angle of 204º 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 #48545C is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 84 92 -
CMYK 0.22 0.09 0 0.64
HSL 204º 0.12% 0.32% -
HSV(B) 204º 0.22% 0.36% -
XYZ 7.77 8.49 11.35 -
YUV 81.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 72 84 92 0.22 0.09 0 0.64 204 0.12 0.32
Hex 48 54 5C 16 9 0 40 CC C 20
Octal 110 124 134 26 11 0 100 314 14 40
Binary 1001000 1010100 1011100 10110 1001 0 1000000 11001100 1100 100000

Color Harmonies of #48545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48545C

Black with #48545C

Text Example


Text Example

White with #48545C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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