#466F99

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

Shades of San Marino #466F99

Tints of San Marino #466F99

Color information

#466F99 (or 0x466F99) is unknown color: approx San Marino. HEX triplet: 46, 6F and 99. RGB value is (70,111,153). Sum of RGB (Red+Green+Blue) = 70+111+153=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #466F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F99 is #B99066. Grayscale: #676767. Windows color (decimal): -12161127 or 10055494. OLE color: 10055494.

HSL color Cylindrical-coordinate representation of color #466F99: hue angle of 210.36º 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 #466F99 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70111153-
CMYK0.540.2700.4
HSL210.36º37.22%43.73%-
HSV(B)210.36º54.25%60%-
XYZ13.9614.9732.29-
YUV103.53155.92104.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=20.96%
G=33.23%
B=45.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701111530.540.2700.4210.3637.2243.73
Hex466F99361B028d2252c
Octal10615723166330503224554
Binary100011011011111001100111011011011010100011010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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