#46729F

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

Shades of San Marino #46729F

Tints of San Marino #46729F

Color information

#46729F (or 0x46729F) is unknown color: approx San Marino. HEX triplet: 46, 72 and 9F. RGB value is (70,114,159). Sum of RGB (Red+Green+Blue) = 70+114+159=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #46729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46729F is #B98D60. Grayscale: #696969. Windows color (decimal): -12160353 or 10449478. OLE color: 10449478.

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

Color convert

RGB70114159-
CMYK0.560.2800.38
HSL210.34º38.86%44.9%-
HSV(B)210.34º55.97%62.35%-
XYZ14.815.8435.08-
YUV105.97157.92102.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=20.41%
G=33.24%
B=46.36%

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
Decimal701141590.560.2800.38210.3438.8644.9
Hex46729F381C026d2272d
Octal10616223770340463224755
Binary100011011100101001111111100011100010011011010010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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