#4D6DB3

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

Shades of San Marino #4D6DB3

Tints of San Marino #4D6DB3

Color information

#4D6DB3 (or 0x4D6DB3) is unknown color: approx San Marino. HEX triplet: 4D, 6D and B3. RGB value is (77,109,179). Sum of RGB (Red+Green+Blue) = 77+109+179=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D6DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6DB3 is #B2924C. Grayscale: #6B6B6B. Windows color (decimal): -11702861 or 11758925. OLE color: 11758925.

HSL color Cylindrical-coordinate representation of color #4D6DB3: hue angle of 221.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D6DB3 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB77109179-
CMYK0.570.3900.30
HSL221.18º40.16%50.2%-
HSV(B)221.18º56.98%70.2%-
XYZ16.6715.7744.81-
YUV107.41168.4106.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.10%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=21.10%
G=29.86%
B=49.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771091790.570.3900.30221.1840.1650.2
Hex4D6DB3392701Edd2832
Octal11515526371470363355062
Binary100110111011011011001111100110011101111011011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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