#46769E

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

Shades of San Marino #46769E

Tints of San Marino #46769E

Color information

#46769E (or 0x46769E) is unknown color: approx San Marino. HEX triplet: 46, 76 and 9E. RGB value is (70,118,158). Sum of RGB (Red+Green+Blue) = 70+118+158=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #46769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46769E is #B98961. Grayscale: #6B6B6B. Windows color (decimal): -12159330 or 10384966. OLE color: 10384966.

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

Color convert

RGB70118158-
CMYK0.560.2500.38
HSL207.27º38.6%44.71%-
HSV(B)207.27º55.7%61.96%-
XYZ15.1816.7334.78-
YUV108.21156.1100.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=20.23%
G=34.10%
B=45.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701181580.560.2500.38207.2738.644.71
Hex46769E3819026cf272d
Octal10616623670310463174755
Binary100011011101101001111011100011001010011011001111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46769E; }

 p { color: rgb(70,118,158); }

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

<style>
 a { background-color: #46769E; }

 a { background-color: rgb(70,118,158); }

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

<style>
 span { border-color: #46769E; }

 span { border-color: rgb(70,118,158); }

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