Html Css Color HEX #48555E San Juan

📋 copy color: '#48555E'

red 72 ◦ green 85 ◦ blue 94

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

Shades of San Juan #48555E

Tints of San Juan #48555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.45%

R = 28.69%
G = 33.86%
B = 37.45%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48555E (or 0x48555E) is known color: San Juan. HEX triplet: 48, 55 and 5E. RGB value is (72,85,94). Sum of RGB (Red+Green+Blue) = 72+85+94=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #48555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48555E is #B7AAA1. Grayscale: #525252. Windows color (decimal): -12036770 or 6182216. OLE color: 6182216.

HSL color Cylindrical-coordinate representation of color #48555E: hue angle of 204.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48555E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 85 94 -
CMYK 0.23 0.10 0 0.63
HSL 204.55º 0.13% 0.33% -
HSV(B) 204.55º 0.23% 0.37% -
XYZ 7.94 8.68 11.85 -
YUV 82.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 72 85 94 0.23 0.10 0 0.63 204.55 0.13 0.33
Hex 48 55 5E 17 A 0 3F CD D 21
Octal 110 125 136 27 12 0 77 315 15 41
Binary 1001000 1010101 1011110 10111 1010 0 111111 11001101 1101 100001

Color Harmonies of #48555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48555E

Black with #48555E

Text Example


Text Example

White with #48555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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