#48769F

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

Shades of San Marino #48769F

Tints of San Marino #48769F

Color information

#48769F (or 0x48769F) is unknown color: approx San Marino. HEX triplet: 48, 76 and 9F. RGB value is (72,118,159). Sum of RGB (Red+Green+Blue) = 72+118+159=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #48769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48769F is #B78960. Grayscale: #6C6C6C. Windows color (decimal): -12028257 or 10450504. OLE color: 10450504.

HSL color Cylindrical-coordinate representation of color #48769F: hue angle of 208.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48769F is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72118159-
CMYK0.550.2600.38
HSL208.28º37.66%45.29%-
HSV(B)208.28º54.72%62.35%-
XYZ15.4116.8435.24-
YUV108.92156.26101.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=20.63%
G=33.81%
B=45.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721181590.550.2600.38208.2837.6645.29
Hex48769F371A026d0262d
Octal11016623767320463204655
Binary100100011101101001111111011111010010011011010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48769F; }

 p { color: rgb(72,118,159); }

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

<style>
 a { background-color: #48769F; }

 a { background-color: rgb(72,118,159); }

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

<style>
 span { border-color: #48769F; }

 span { border-color: rgb(72,118,159); }

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