#466999

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

Shades of San Marino #466999

Tints of San Marino #466999

Color information

#466999 (or 0x466999) is unknown color: approx San Marino. HEX triplet: 46, 69 and 99. RGB value is (70,105,153). Sum of RGB (Red+Green+Blue) = 70+105+153=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #466999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466999 is #B99666. Grayscale: #636363. Windows color (decimal): -12162663 or 10053958. OLE color: 10053958.

HSL color Cylindrical-coordinate representation of color #466999: hue angle of 214.7º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466999 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70105153-
CMYK0.540.3100.4
HSL214.7º37.22%43.73%-
HSV(B)214.7º54.25%60%-
XYZ13.3313.7132.08-
YUV100.01157.9106.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=21.34%
G=32.01%
B=46.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701051530.540.3100.4214.737.2243.73
Hex466999361F028d7252c
Octal10615123166370503274554
Binary100011011010011001100111011011111010100011010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466999; }

 p { color: rgb(70,105,153); }

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

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

 a { background-color: rgb(70,105,153); }

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

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

 span { border-color: rgb(70,105,153); }

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