#48545E

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

Shades of San Juan #48545E

Tints of San Juan #48545E

Color information

#48545E (or 0x48545E) is unknown color: approx San Juan. HEX triplet: 48, 54 and 5E. RGB value is (72,84,94). Sum of RGB (Red+Green+Blue) = 72+84+94=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #48545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545E is #B7ABA1. Grayscale: #515151. Windows color (decimal): -12037026 or 6181960. OLE color: 6181960.

HSL color Cylindrical-coordinate representation of color #48545E: hue angle of 207.27º 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 #48545E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728494-
CMYK0.230.1100.63
HSL207.27º13.25%32.55%-
HSV(B)207.27º23.4%36.86%-
XYZ7.868.5311.82-
YUV81.55135.02121.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=28.8%
G=33.6%
B=37.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7284940.230.1100.63207.2713.2532.55
Hex48545E17B03Fcfd21
Octal11012413627130773171541
Binary1001000101010010111101011110110111111110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48545E;
 }
 .AnyTagClassName
 {
   color: #48545E;
 }
</style>
background-color css

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

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

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

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

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

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