#48749F

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

Shades of San Marino #48749F

Tints of San Marino #48749F

Color information

#48749F (or 0x48749F) is unknown color: approx San Marino. HEX triplet: 48, 74 and 9F. RGB value is (72,116,159). Sum of RGB (Red+Green+Blue) = 72+116+159=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #48749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48749F is #B78B60. Grayscale: #6B6B6B. Windows color (decimal): -12028769 or 10449992. OLE color: 10449992.

HSL color Cylindrical-coordinate representation of color #48749F: hue angle of 209.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48749F is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72116159-
CMYK0.550.2700.38
HSL209.66º37.66%45.29%-
HSV(B)209.66º54.72%62.35%-
XYZ15.1816.3735.16-
YUV107.75156.92102.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=20.75%
G=33.43%
B=45.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721161590.550.2700.38209.6637.6645.29
Hex48749F371B026d2262d
Octal11016423767330463224655
Binary100100011101001001111111011111011010011011010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48749F; }

 p { color: rgb(72,116,159); }

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

<style>
 a { background-color: #48749F; }

 a { background-color: rgb(72,116,159); }

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

<style>
 span { border-color: #48749F; }

 span { border-color: rgb(72,116,159); }

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