#4D769B

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

Shades of San Marino #4D769B

Tints of San Marino #4D769B

Color information

#4D769B (or 0x4D769B) is unknown color: approx San Marino. HEX triplet: 4D, 76 and 9B. RGB value is (77,118,155). Sum of RGB (Red+Green+Blue) = 77+118+155=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D769B is #B28964. Grayscale: #6D6D6D. Windows color (decimal): -11700581 or 10188365. OLE color: 10188365.

HSL color Cylindrical-coordinate representation of color #4D769B: hue angle of 208.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D769B is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77118155-
CMYK0.500.2400.39
HSL208.46º33.62%45.49%-
HSV(B)208.46º50.32%60.78%-
XYZ15.4616.933.46-
YUV109.96153.42104.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=22%
G=33.71%
B=44.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771181550.500.2400.39208.4633.6245.49
Hex4D769B3218027d0222d
Octal11516623362300473204255
Binary100110111101101001101111001011000010011111010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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