#48729B

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

Shades of San Marino #48729B

Tints of San Marino #48729B

Color information

#48729B (or 0x48729B) is unknown color: approx San Marino. HEX triplet: 48, 72 and 9B. RGB value is (72,114,155). Sum of RGB (Red+Green+Blue) = 72+114+155=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #48729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48729B is #B78D64. Grayscale: #696969. Windows color (decimal): -12029285 or 10187336. OLE color: 10187336.

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

Color convert

RGB72114155-
CMYK0.540.2600.39
HSL209.64º36.56%44.51%-
HSV(B)209.64º53.55%60.78%-
XYZ14.6115.7833.29-
YUV106.12155.59103.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=21.11%
G=33.43%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721141550.540.2600.39209.6436.5644.51
Hex48729B361A027d2252d
Octal11016223366320473224555
Binary100100011100101001101111011011010010011111010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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