#48729A

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

Shades of San Marino #48729A

Tints of San Marino #48729A

Color information

#48729A (or 0x48729A) is unknown color: approx San Marino. HEX triplet: 48, 72 and 9A. RGB value is (72,114,154). Sum of RGB (Red+Green+Blue) = 72+114+154=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #48729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48729A is #B78D65. Grayscale: #696969. Windows color (decimal): -12029286 or 10121800. OLE color: 10121800.

HSL color Cylindrical-coordinate representation of color #48729A: hue angle of 209.27º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48729A is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72114154-
CMYK0.530.2600.40
HSL209.27º36.28%44.31%-
HSV(B)209.27º53.25%60.39%-
XYZ14.5215.7532.85-
YUV106155.09103.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=21.18%
G=33.53%
B=45.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721141540.530.2600.40209.2736.2844.31
Hex48729A351A028d1242c
Octal11016223265320503214454
Binary100100011100101001101011010111010010100011010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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