#466B96

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

Shades of San Marino #466B96

Tints of San Marino #466B96

Color information

#466B96 (or 0x466B96) is unknown color: approx San Marino. HEX triplet: 46, 6B and 96. RGB value is (70,107,150). Sum of RGB (Red+Green+Blue) = 70+107+150=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #466B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B96 is #B99469. Grayscale: #646464. Windows color (decimal): -12162154 or 9857862. OLE color: 9857862.

HSL color Cylindrical-coordinate representation of color #466B96: hue angle of 212.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466B96 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70107150-
CMYK0.530.2900.41
HSL212.25º36.36%43.14%-
HSV(B)212.25º53.33%58.82%-
XYZ13.2914.0230.86-
YUV100.84155.74106-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=21.41%
G=32.72%
B=45.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701071500.530.2900.41212.2536.3643.14
Hex466B96351D029d4242b
Octal10615322665350513244453
Binary100011011010111001011011010111101010100111010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,150); }

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

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

 a { background-color: rgb(70,107,150); }

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

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

 span { border-color: rgb(70,107,150); }

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