#4A6599

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

Shades of San Marino #4A6599

Tints of San Marino #4A6599

Color information

#4A6599 (or 0x4A6599) is unknown color: approx San Marino. HEX triplet: 4A, 65 and 99. RGB value is (74,101,153). Sum of RGB (Red+Green+Blue) = 74+101+153=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6599 is #B59A66. Grayscale: #626262. Windows color (decimal): -11901543 or 10052938. OLE color: 10052938.

HSL color Cylindrical-coordinate representation of color #4A6599: hue angle of 219.49º 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 #4A6599 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB74101153-
CMYK0.520.3400.4
HSL219.49º34.8%44.51%-
HSV(B)219.49º51.63%60%-
XYZ13.2313.0631.96-
YUV98.85158.55110.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.56%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=22.56%
G=30.79%
B=46.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal741011530.520.3400.4219.4934.844.51
Hex4A65993422028db232d
Octal11214523164420503334355
Binary1001010110010110011001110100100010010100011011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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