#466A9F

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

Shades of San Marino #466A9F

Tints of San Marino #466A9F

Color information

#466A9F (or 0x466A9F) is unknown color: approx San Marino. HEX triplet: 46, 6A and 9F. RGB value is (70,106,159). Sum of RGB (Red+Green+Blue) = 70+106+159=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #466A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A9F is #B99560. Grayscale: #656565. Windows color (decimal): -12162401 or 10447430. OLE color: 10447430.

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

Color convert

RGB70106159-
CMYK0.560.3300.38
HSL215.73º38.86%44.9%-
HSV(B)215.73º55.97%62.35%-
XYZ13.9414.1134.79-
YUV101.28160.57105.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=20.90%
G=31.64%
B=47.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701061590.560.3300.38215.7338.8644.9
Hex466A9F3821026d8272d
Octal10615223770410463304755
Binary1000110110101010011111111000100001010011011011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,159); }

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

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

 a { background-color: rgb(70,106,159); }

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

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

 span { border-color: rgb(70,106,159); }

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