#4D769F

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

Shades of San Marino #4D769F

Tints of San Marino #4D769F

Color information

#4D769F (or 0x4D769F) is unknown color: approx San Marino. HEX triplet: 4D, 76 and 9F. RGB value is (77,118,159). Sum of RGB (Red+Green+Blue) = 77+118+159=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D769F is #B28960. Grayscale: #6E6E6E. Windows color (decimal): -11700577 or 10450509. OLE color: 10450509.

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

Color convert

RGB77118159-
CMYK0.520.2600.38
HSL210º34.75%46.27%-
HSV(B)210º51.57%62.35%-
XYZ15.817.0435.26-
YUV110.42155.42104.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.75%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=21.75%
G=33.33%
B=44.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771181590.520.2600.3821034.7546.27
Hex4D769F341A026d2232e
Octal11516623764320463224356
Binary100110111101101001111111010011010010011011010010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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