#48719C

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

Shades of San Marino #48719C

Tints of San Marino #48719C

Color information

#48719C (or 0x48719C) is unknown color: approx San Marino. HEX triplet: 48, 71 and 9C. RGB value is (72,113,156). Sum of RGB (Red+Green+Blue) = 72+113+156=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #48719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48719C is #B78E63. Grayscale: #696969. Windows color (decimal): -12029540 or 10252616. OLE color: 10252616.

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

Color convert

RGB72113156-
CMYK0.540.2800.39
HSL210.71º36.84%44.71%-
HSV(B)210.71º53.85%61.18%-
XYZ14.5815.5933.69-
YUV105.64156.42104-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=21.11%
G=33.14%
B=45.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721131560.540.2800.39210.7136.8444.71
Hex48719C361C027d3252d
Octal11016123466340473234555
Binary100100011100011001110011011011100010011111010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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