#4D6AAB

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

Shades of San Marino #4D6AAB

Tints of San Marino #4D6AAB

Color information

#4D6AAB (or 0x4D6AAB) is unknown color: approx San Marino. HEX triplet: 4D, 6A and AB. RGB value is (77,106,171). Sum of RGB (Red+Green+Blue) = 77+106+171=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6AAB is #B29554. Grayscale: #686868. Windows color (decimal): -11703637 or 11233869. OLE color: 11233869.

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

Color convert

RGB77106171-
CMYK0.550.3800.33
HSL221.49º37.9%48.63%-
HSV(B)221.49º54.97%67.06%-
XYZ15.5714.8340.57-
YUV104.74165.39108.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.75%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=21.75%
G=29.94%
B=48.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771061710.550.3800.33221.4937.948.63
Hex4D6AAB3726021dd2631
Octal11515225367460413354661
Binary1001101110101010101011110111100110010000111011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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