#466DAB

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

Shades of San Marino #466DAB

Tints of San Marino #466DAB

Color information

#466DAB (or 0x466DAB) is unknown color: approx San Marino. HEX triplet: 46, 6D and AB. RGB value is (70,109,171). Sum of RGB (Red+Green+Blue) = 70+109+171=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #466DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAB is #B99254. Grayscale: #686868. Windows color (decimal): -12161621 or 11234630. OLE color: 11234630.

HSL color Cylindrical-coordinate representation of color #466DAB: hue angle of 216.83º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466DAB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70109171-
CMYK0.590.3600.33
HSL216.83º41.91%47.25%-
HSV(B)216.83º59.06%67.06%-
XYZ15.3515.1840.65-
YUV104.41165.58103.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=20%
G=31.14%
B=48.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701091710.590.3600.33216.8341.9147.25
Hex466DAB3B24021d92a2f
Octal10615525373440413315257
Binary1000110110110110101011111011100100010000111011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466DAB; }

 p { color: rgb(70,109,171); }

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

<style>
 a { background-color: #466DAB; }

 a { background-color: rgb(70,109,171); }

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

<style>
 span { border-color: #466DAB; }

 span { border-color: rgb(70,109,171); }

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