#50749D

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

Shades of San Marino #50749D

Tints of San Marino #50749D

Color information

#50749D (or 0x50749D) is unknown color: approx San Marino. HEX triplet: 50, 74 and 9D. RGB value is (80,116,157). Sum of RGB (Red+Green+Blue) = 80+116+157=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #50749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50749D is #AF8B62. Grayscale: #6D6D6D. Windows color (decimal): -11504483 or 10318928. OLE color: 10318928.

HSL color Cylindrical-coordinate representation of color #50749D: hue angle of 211.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50749D is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80116157-
CMYK0.490.2600.38
HSL211.95º32.49%46.47%-
HSV(B)211.95º49.04%61.57%-
XYZ15.6416.6334.28-
YUV109.91154.57106.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=22.66%
G=32.86%
B=44.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801161570.490.2600.38211.9532.4946.47
Hex50749D311A026d4202e
Octal12016423561320463244056
Binary101000011101001001110111000111010010011011010100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,116,157); }

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

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

 a { background-color: rgb(80,116,157); }

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

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

 span { border-color: rgb(80,116,157); }

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