#4A6999

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

Shades of San Marino #4A6999

Tints of San Marino #4A6999

Color information

#4A6999 (or 0x4A6999) is unknown color: approx San Marino. HEX triplet: 4A, 69 and 99. RGB value is (74,105,153). Sum of RGB (Red+Green+Blue) = 74+105+153=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A6999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6999 is #B59666. Grayscale: #646464. Windows color (decimal): -11900519 or 10053962. OLE color: 10053962.

HSL color Cylindrical-coordinate representation of color #4A6999: hue angle of 216.46º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A6999 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB74105153-
CMYK0.520.3100.4
HSL216.46º34.8%44.51%-
HSV(B)216.46º51.63%60%-
XYZ13.6313.8632.09-
YUV101.2157.23108.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=22.29%
G=31.63%
B=46.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal741051530.520.3100.4216.4634.844.51
Hex4A6999341F028d8232d
Octal11215123164370503304355
Binary100101011010011001100111010011111010100011011000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,153); }

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

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

 a { background-color: rgb(74,105,153); }

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

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

 span { border-color: rgb(74,105,153); }

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