#4B6EA1

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

Shades of San Marino #4B6EA1

Tints of San Marino #4B6EA1

Color information

#4B6EA1 (or 0x4B6EA1) is unknown color: approx San Marino. HEX triplet: 4B, 6E and A1. RGB value is (75,110,161). Sum of RGB (Red+Green+Blue) = 75+110+161=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #4B6EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6EA1 is #B4915E. Grayscale: #696969. Windows color (decimal): -11833695 or 10579531. OLE color: 10579531.

HSL color Cylindrical-coordinate representation of color #4B6EA1: hue angle of 215.58º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B6EA1 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB75110161-
CMYK0.530.3200.37
HSL215.58º36.44%46.27%-
HSV(B)215.58º53.42%63.14%-
XYZ14.9115.2235.87-
YUV105.35159.4106.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 161 (63.28% from 255) = 46.53%
R=21.68%
G=31.79%
B=46.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal751101610.530.3200.37215.5836.4446.27
Hex4B6EA13520025d8242e
Octal11315624165400453304456
Binary1001011110111010100001110101100000010010111011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,110,161); }

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

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

 a { background-color: rgb(75,110,161); }

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

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

 span { border-color: rgb(75,110,161); }

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