#48719D

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

Shades of San Marino #48719D

Tints of San Marino #48719D

Color information

#48719D (or 0x48719D) is unknown color: approx San Marino. HEX triplet: 48, 71 and 9D. RGB value is (72,113,157). Sum of RGB (Red+Green+Blue) = 72+113+157=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #48719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48719D is #B78E62. Grayscale: #696969. Windows color (decimal): -12029539 or 10318152. OLE color: 10318152.

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

Color convert

RGB72113157-
CMYK0.540.2800.38
HSL211.06º37.12%44.9%-
HSV(B)211.06º54.14%61.57%-
XYZ14.6615.6234.14-
YUV105.76156.92103.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=21.05%
G=33.04%
B=45.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721131570.540.2800.38211.0637.1244.9
Hex48719D361C026d3252d
Octal11016123566340463234555
Binary100100011100011001110111011011100010011011010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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