#46759D

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

Shades of San Marino #46759D

Tints of San Marino #46759D

Color information

#46759D (or 0x46759D) is unknown color: approx San Marino. HEX triplet: 46, 75 and 9D. RGB value is (70,117,157). Sum of RGB (Red+Green+Blue) = 70+117+157=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #46759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46759D is #B98A62. Grayscale: #6B6B6B. Windows color (decimal): -12159587 or 10319174. OLE color: 10319174.

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

Color convert

RGB70117157-
CMYK0.550.2500.38
HSL207.59º38.33%44.51%-
HSV(B)207.59º55.41%61.57%-
XYZ14.9716.4634.29-
YUV107.51155.93101.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=20.35%
G=34.01%
B=45.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701171570.550.2500.38207.5938.3344.51
Hex46759D3719026d0262d
Octal10616523567310463204655
Binary100011011101011001110111011111001010011011010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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