#48729F

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

Shades of San Marino #48729F

Tints of San Marino #48729F

Color information

#48729F (or 0x48729F) is unknown color: approx San Marino. HEX triplet: 48, 72 and 9F. RGB value is (72,114,159). Sum of RGB (Red+Green+Blue) = 72+114+159=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #48729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48729F is #B78D60. Grayscale: #6A6A6A. Windows color (decimal): -12029281 or 10449480. OLE color: 10449480.

HSL color Cylindrical-coordinate representation of color #48729F: hue angle of 211.03º 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 #48729F is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72114159-
CMYK0.550.2800.38
HSL211.03º37.66%45.29%-
HSV(B)211.03º54.72%62.35%-
XYZ14.9515.9235.09-
YUV106.57157.59103.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=20.87%
G=33.04%
B=46.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721141590.550.2800.38211.0337.6645.29
Hex48729F371C026d3262d
Octal11016223767340463234655
Binary100100011100101001111111011111100010011011010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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