#4D759C

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

Shades of San Marino #4D759C

Tints of San Marino #4D759C

Color information

#4D759C (or 0x4D759C) is unknown color: approx San Marino. HEX triplet: 4D, 75 and 9C. RGB value is (77,117,156). Sum of RGB (Red+Green+Blue) = 77+117+156=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D759C is #B28A63. Grayscale: #6D6D6D. Windows color (decimal): -11700836 or 10253645. OLE color: 10253645.

HSL color Cylindrical-coordinate representation of color #4D759C: hue angle of 209.62º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D759C is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77117156-
CMYK0.510.2500.39
HSL209.62º33.91%45.69%-
HSV(B)209.62º50.64%61.18%-
XYZ15.4216.733.86-
YUV109.49154.25104.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=22%
G=33.43%
B=44.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771171560.510.2500.39209.6233.9145.69
Hex4D759C3319027d2222e
Octal11516523463310473224256
Binary100110111101011001110011001111001010011111010010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D759C; }

 p { color: rgb(77,117,156); }

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

<style>
 a { background-color: #4D759C; }

 a { background-color: rgb(77,117,156); }

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

<style>
 span { border-color: #4D759C; }

 span { border-color: rgb(77,117,156); }

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