#48759B

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

Shades of San Marino #48759B

Tints of San Marino #48759B

Color information

#48759B (or 0x48759B) is unknown color: approx San Marino. HEX triplet: 48, 75 and 9B. RGB value is (72,117,155). Sum of RGB (Red+Green+Blue) = 72+117+155=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #48759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48759B is #B78A64. Grayscale: #6B6B6B. Windows color (decimal): -12028517 or 10188104. OLE color: 10188104.

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

Color convert

RGB72117155-
CMYK0.540.2500.39
HSL207.47º36.56%44.51%-
HSV(B)207.47º53.55%60.78%-
XYZ14.9516.4733.4-
YUV107.88154.59102.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=20.93%
G=34.01%
B=45.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721171550.540.2500.39207.4736.5644.51
Hex48759B3619027cf252d
Octal11016523366310473174555
Binary100100011101011001101111011011001010011111001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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