#48759D

Color #48759D San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #48759D

Tints of San Marino #48759D

Color information

#48759D (or 0x48759D) is unknown color: approx San Marino. HEX triplet: 48, 75 and 9D. RGB value is (72,117,157). Sum of RGB (Red+Green+Blue) = 72+117+157=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #48759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48759D is #B78A62. Grayscale: #6B6B6B. Windows color (decimal): -12028515 or 10319176. OLE color: 10319176.

HSL color Cylindrical-coordinate representation of color #48759D: hue angle of 208.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48759D is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72117157-
CMYK0.540.2500.38
HSL208.24º37.12%44.9%-
HSV(B)208.24º54.14%61.57%-
XYZ15.1216.5334.29-
YUV108.1155.59102.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=20.81%
G=33.82%
B=45.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721171570.540.2500.38208.2437.1244.9
Hex48759D3619026d0252d
Octal11016523566310463204555
Binary100100011101011001110111011011001010011011010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48759D; }

 p { color: rgb(72,117,157); }

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

<style>
 a { background-color: #48759D; }

 a { background-color: rgb(72,117,157); }

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

<style>
 span { border-color: #48759D; }

 span { border-color: rgb(72,117,157); }

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