#4D6A9B

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

Shades of San Marino #4D6A9B

Tints of San Marino #4D6A9B

Color information

#4D6A9B (or 0x4D6A9B) is unknown color: approx San Marino. HEX triplet: 4D, 6A and 9B. RGB value is (77,106,155). Sum of RGB (Red+Green+Blue) = 77+106+155=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D6A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6A9B is #B29564. Grayscale: #666666. Windows color (decimal): -11703653 or 10185293. OLE color: 10185293.

HSL color Cylindrical-coordinate representation of color #4D6A9B: hue angle of 217.69º 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 #4D6A9B is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77106155-
CMYK0.500.3200.39
HSL217.69º33.62%45.49%-
HSV(B)217.69º50.32%60.78%-
XYZ14.1314.2533.02-
YUV102.92157.39109.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=22.78%
G=31.36%
B=45.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771061550.500.3200.39217.6933.6245.49
Hex4D6A9B3220027da222d
Octal11515223362400473324255
Binary1001101110101010011011110010100000010011111011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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