#466E9D

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

Shades of San Marino #466E9D

Tints of San Marino #466E9D

Color information

#466E9D (or 0x466E9D) is unknown color: approx San Marino. HEX triplet: 46, 6E and 9D. RGB value is (70,110,157). Sum of RGB (Red+Green+Blue) = 70+110+157=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #466E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E9D is #B99162. Grayscale: #676767. Windows color (decimal): -12161379 or 10317382. OLE color: 10317382.

HSL color Cylindrical-coordinate representation of color #466E9D: hue angle of 212.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466E9D is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70110157-
CMYK0.550.3000.38
HSL212.41º38.33%44.51%-
HSV(B)212.41º55.41%61.57%-
XYZ14.1914.8934.02-
YUV103.4158.25104.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=20.77%
G=32.64%
B=46.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701101570.550.3000.38212.4138.3344.51
Hex466E9D371E026d4262d
Octal10615623567360463244655
Binary100011011011101001110111011111110010011011010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,110,157); }

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

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

 a { background-color: rgb(70,110,157); }

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

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

 span { border-color: rgb(70,110,157); }

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