#48555E

Color #48555E San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #48555E

Tints of San Juan #48555E

Color information

#48555E (or 0x48555E) is unknown color: approx 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

RGB728594-
CMYK0.230.1000.63
HSL204.55º13.25%32.55%-
HSV(B)204.55º23.4%36.86%-
XYZ7.948.6811.85-
YUV82.14134.69120.77-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7285940.230.1000.63204.5513.2532.55
Hex48555E17A03Fcdd21
Octal11012513627120773151541
Binary1001000101010110111101011110100111111110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>