#46719C

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

Shades of San Marino #46719C

Tints of San Marino #46719C

Color information

#46719C (or 0x46719C) is unknown color: approx San Marino. HEX triplet: 46, 71 and 9C. RGB value is (70,113,156). Sum of RGB (Red+Green+Blue) = 70+113+156=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #46719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46719C is #B98E63. Grayscale: #686868. Windows color (decimal): -12160612 or 10252614. OLE color: 10252614.

HSL color Cylindrical-coordinate representation of color #46719C: hue angle of 210º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46719C is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70113156-
CMYK0.550.2800.39
HSL210º38.05%44.31%-
HSV(B)210º55.13%61.18%-
XYZ14.4315.5133.69-
YUV105.04156.75103-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=20.65%
G=33.33%
B=46.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701131560.550.2800.3921038.0544.31
Hex46719C371C027d2262c
Octal10616123467340473224654
Binary100011011100011001110011011111100010011111010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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