#46719F

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

Shades of San Marino #46719F

Tints of San Marino #46719F

Color information

#46719F (or 0x46719F) is unknown color: approx San Marino. HEX triplet: 46, 71 and 9F. RGB value is (70,113,159). Sum of RGB (Red+Green+Blue) = 70+113+159=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #46719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46719F is #B98E60. Grayscale: #696969. Windows color (decimal): -12160609 or 10449222. OLE color: 10449222.

HSL color Cylindrical-coordinate representation of color #46719F: hue angle of 211.01º 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 #46719F is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70113159-
CMYK0.560.2900.38
HSL211.01º38.86%44.9%-
HSV(B)211.01º55.97%62.35%-
XYZ14.6915.6235.04-
YUV105.39158.25102.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=20.47%
G=33.04%
B=46.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701131590.560.2900.38211.0138.8644.9
Hex46719F381D026d3272d
Octal10616123770350463234755
Binary100011011100011001111111100011101010011011010011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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