#46719A

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

Shades of San Marino #46719A

Tints of San Marino #46719A

Color information

#46719A (or 0x46719A) is unknown color: approx San Marino. HEX triplet: 46, 71 and 9A. RGB value is (70,113,154). Sum of RGB (Red+Green+Blue) = 70+113+154=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #46719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46719A is #B98E65. Grayscale: #686868. Windows color (decimal): -12160614 or 10121542. OLE color: 10121542.

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

Color convert

RGB70113154-
CMYK0.550.2700.40
HSL209.29º37.5%43.92%-
HSV(B)209.29º54.55%60.39%-
XYZ14.2615.4532.8-
YUV104.82155.75103.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=20.77%
G=33.53%
B=45.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701131540.550.2700.40209.2937.543.92
Hex46719A371B028d1252c
Octal10616123267330503214554
Binary100011011100011001101011011111011010100011010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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