#46739D

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

Shades of San Marino #46739D

Tints of San Marino #46739D

Color information

#46739D (or 0x46739D) is unknown color: approx San Marino. HEX triplet: 46, 73 and 9D. RGB value is (70,115,157). Sum of RGB (Red+Green+Blue) = 70+115+157=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #46739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46739D is #B98C62. Grayscale: #6A6A6A. Windows color (decimal): -12160099 or 10318662. OLE color: 10318662.

HSL color Cylindrical-coordinate representation of color #46739D: hue angle of 208.97º 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 #46739D is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70115157-
CMYK0.550.2700.38
HSL208.97º38.33%44.51%-
HSV(B)208.97º55.41%61.57%-
XYZ14.741634.21-
YUV106.33156.59102.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=20.47%
G=33.63%
B=45.91%

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
Decimal701151570.550.2700.38208.9738.3344.51
Hex46739D371B026d1262d
Octal10616323567330463214655
Binary100011011100111001110111011111011010011011010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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