#48535E

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

Shades of San Juan #48535E

Tints of San Juan #48535E

Color information

#48535E (or 0x48535E) is unknown color: approx San Juan. HEX triplet: 48, 53 and 5E. RGB value is (72,83,94). Sum of RGB (Red+Green+Blue) = 72+83+94=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #48535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535E is #B7ACA1. Grayscale: #505050. Windows color (decimal): -12037282 or 6181704. OLE color: 6181704.

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

Color convert

RGB728394-
CMYK0.230.1200.63
HSL210º13.25%32.55%-
HSV(B)210º23.4%36.86%-
XYZ7.798.3711.8-
YUV80.96135.36121.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=28.92%
G=33.33%
B=37.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7283940.230.1200.6321013.2532.55
Hex48535E17C03Fd2d21
Octal11012313627140773221541
Binary1001000101001110111101011111000111111110100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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