#4D6BAB

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

Shades of San Marino #4D6BAB

Tints of San Marino #4D6BAB

Color information

#4D6BAB (or 0x4D6BAB) is unknown color: approx San Marino. HEX triplet: 4D, 6B and AB. RGB value is (77,107,171). Sum of RGB (Red+Green+Blue) = 77+107+171=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6BAB is #B29454. Grayscale: #696969. Windows color (decimal): -11703381 or 11234125. OLE color: 11234125.

HSL color Cylindrical-coordinate representation of color #4D6BAB: hue angle of 220.85º 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 #4D6BAB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77107171-
CMYK0.550.3700.33
HSL220.85º37.9%48.63%-
HSV(B)220.85º54.97%67.06%-
XYZ15.6715.0340.6-
YUV105.33165.06107.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.69%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=21.69%
G=30.14%
B=48.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771071710.550.3700.33220.8537.948.63
Hex4D6BAB3725021dd2631
Octal11515325367450413354661
Binary1001101110101110101011110111100101010000111011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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