#46729A

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

Shades of San Marino #46729A

Tints of San Marino #46729A

Color information

#46729A (or 0x46729A) is unknown color: approx San Marino. HEX triplet: 46, 72 and 9A. RGB value is (70,114,154). Sum of RGB (Red+Green+Blue) = 70+114+154=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #46729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46729A is #B98D65. Grayscale: #696969. Windows color (decimal): -12160358 or 10121798. OLE color: 10121798.

HSL color Cylindrical-coordinate representation of color #46729A: hue angle of 208.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46729A is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70114154-
CMYK0.550.2600.40
HSL208.57º37.5%43.92%-
HSV(B)208.57º54.55%60.39%-
XYZ14.3815.6732.84-
YUV105.4155.42102.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=20.71%
G=33.73%
B=45.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701141540.550.2600.40208.5737.543.92
Hex46729A371A028d1252c
Octal10616223267320503214554
Binary100011011100101001101011011111010010100011010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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