#46739F

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

Shades of San Marino #46739F

Tints of San Marino #46739F

Color information

#46739F (or 0x46739F) is unknown color: approx San Marino. HEX triplet: 46, 73 and 9F. RGB value is (70,115,159). Sum of RGB (Red+Green+Blue) = 70+115+159=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #46739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46739F is #B98C60. Grayscale: #6A6A6A. Windows color (decimal): -12160097 or 10449734. OLE color: 10449734.

HSL color Cylindrical-coordinate representation of color #46739F: hue angle of 209.66º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46739F is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70115159-
CMYK0.560.2800.38
HSL209.66º38.86%44.9%-
HSV(B)209.66º55.97%62.35%-
XYZ14.9116.0735.12-
YUV106.56157.59101.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=20.35%
G=33.43%
B=46.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701151590.560.2800.38209.6638.8644.9
Hex46739F381C026d2272d
Octal10616323770340463224755
Binary100011011100111001111111100011100010011011010010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46739F; }

 p { color: rgb(70,115,159); }

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

<style>
 a { background-color: #46739F; }

 a { background-color: rgb(70,115,159); }

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

<style>
 span { border-color: #46739F; }

 span { border-color: rgb(70,115,159); }

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