#48739D

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

Shades of San Marino #48739D

Tints of San Marino #48739D

Color information

#48739D (or 0x48739D) is unknown color: approx San Marino. HEX triplet: 48, 73 and 9D. RGB value is (72,115,157). Sum of RGB (Red+Green+Blue) = 72+115+157=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #48739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48739D is #B78C62. Grayscale: #6A6A6A. Windows color (decimal): -12029027 or 10318664. OLE color: 10318664.

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

Color convert

RGB72115157-
CMYK0.540.2700.38
HSL209.65º37.12%44.9%-
HSV(B)209.65º54.14%61.57%-
XYZ14.8916.0734.22-
YUV106.93156.25103.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=20.93%
G=33.43%
B=45.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721151570.540.2700.38209.6537.1244.9
Hex48739D361B026d2252d
Octal11016323566330463224555
Binary100100011100111001110111011011011010011011010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48739D; }

 p { color: rgb(72,115,157); }

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

<style>
 a { background-color: #48739D; }

 a { background-color: rgb(72,115,157); }

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

<style>
 span { border-color: #48739D; }

 span { border-color: rgb(72,115,157); }

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