#46729D

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

Shades of San Marino #46729D

Tints of San Marino #46729D

Color information

#46729D (or 0x46729D) is unknown color: approx San Marino. HEX triplet: 46, 72 and 9D. RGB value is (70,114,157). Sum of RGB (Red+Green+Blue) = 70+114+157=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #46729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46729D is #B98D62. Grayscale: #696969. Windows color (decimal): -12160355 or 10318406. OLE color: 10318406.

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

Color convert

RGB70114157-
CMYK0.550.2700.38
HSL209.66º38.33%44.51%-
HSV(B)209.66º55.41%61.57%-
XYZ14.6315.7734.17-
YUV105.75156.92102.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=20.53%
G=33.43%
B=46.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701141570.550.2700.38209.6638.3344.51
Hex46729D371B026d2262d
Octal10616223567330463224655
Binary100011011100101001110111011111011010011011010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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