#4D6DAD

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

Shades of San Marino #4D6DAD

Tints of San Marino #4D6DAD

Color information

#4D6DAD (or 0x4D6DAD) is unknown color: approx San Marino. HEX triplet: 4D, 6D and AD. RGB value is (77,109,173). Sum of RGB (Red+Green+Blue) = 77+109+173=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D6DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6DAD is #B29252. Grayscale: #6A6A6A. Windows color (decimal): -11702867 or 11365709. OLE color: 11365709.

HSL color Cylindrical-coordinate representation of color #4D6DAD: hue angle of 220º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D6DAD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB77109173-
CMYK0.550.3700.32
HSL220º38.4%49.02%-
HSV(B)220º55.49%67.84%-
XYZ16.0715.5341.69-
YUV106.73165.4106.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=21.45%
G=30.36%
B=48.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771091730.550.3700.3222038.449.02
Hex4D6DAD3725020dc2631
Octal11515525567450403344661
Binary1001101110110110101101110111100101010000011011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,109,173); }

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

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

 a { background-color: rgb(77,109,173); }

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

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

 span { border-color: rgb(77,109,173); }

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