Html Css Color HEX #48555C San Juan

📋 copy color: '#48555C'

red 72 ◦ green 85 ◦ blue 92

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

Shades of San Juan #48555C

Tints of San Juan #48555C

RGB

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

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

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

R = 28.92%
G = 34.14%
B = 36.95%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48555C (or 0x48555C) is known color: San Juan. HEX triplet: 48, 55 and 5C. RGB value is (72,85,92). Sum of RGB (Red+Green+Blue) = 72+85+92=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #48555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48555C is #B7AAA3. Grayscale: #515151. Windows color (decimal): -12036772 or 6051144. OLE color: 6051144.

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

Color convert

RGB 72 85 92 -
CMYK 0.22 0.08 0 0.64
HSL 201º 0.12% 0.32% -
HSV(B) 201º 0.22% 0.36% -
XYZ 7.85 8.65 11.38 -
YUV 81.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 72 85 92 0.22 0.08 0 0.64 201 0.12 0.32
Hex 48 55 5C 16 8 0 40 C9 C 20
Octal 110 125 134 26 10 0 100 311 14 40
Binary 1001000 1010101 1011100 10110 1000 0 1000000 11001001 1100 100000

Color Harmonies of #48555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48555C

Black with #48555C

Text Example


Text Example

White with #48555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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