#4A6EA3

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

Shades of San Marino #4A6EA3

Tints of San Marino #4A6EA3

Color information

#4A6EA3 (or 0x4A6EA3) is unknown color: approx San Marino. HEX triplet: 4A, 6E and A3. RGB value is (74,110,163). Sum of RGB (Red+Green+Blue) = 74+110+163=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A6EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6EA3 is #B5915C. Grayscale: #696969. Windows color (decimal): -11899229 or 10710602. OLE color: 10710602.

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

Color convert

RGB74110163-
CMYK0.550.3300.36
HSL215.73º37.55%46.47%-
HSV(B)215.73º54.6%63.92%-
XYZ15.0115.2536.8-
YUV105.28160.57105.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=21.33%
G=31.70%
B=46.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741101630.550.3300.36215.7337.5546.47
Hex4A6EA33721024d8262e
Octal11215624367410443304656
Binary1001010110111010100011110111100001010010011011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,110,163); }

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

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

 a { background-color: rgb(74,110,163); }

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

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

 span { border-color: rgb(74,110,163); }

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