#48709B

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

Shades of San Marino #48709B

Tints of San Marino #48709B

Color information

#48709B (or 0x48709B) is unknown color: approx San Marino. HEX triplet: 48, 70 and 9B. RGB value is (72,112,155). Sum of RGB (Red+Green+Blue) = 72+112+155=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #48709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48709B is #B78F64. Grayscale: #686868. Windows color (decimal): -12029797 or 10186824. OLE color: 10186824.

HSL color Cylindrical-coordinate representation of color #48709B: hue angle of 211.08º 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 #48709B is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72112155-
CMYK0.540.2800.39
HSL211.08º36.56%44.51%-
HSV(B)211.08º53.55%60.78%-
XYZ14.3815.3333.21-
YUV104.94156.25104.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=21.24%
G=33.04%
B=45.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721121550.540.2800.39211.0836.5644.51
Hex48709B361C027d3252d
Octal11016023366340473234555
Binary100100011100001001101111011011100010011111010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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