#466C9B

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

Shades of San Marino #466C9B

Tints of San Marino #466C9B

Color information

#466C9B (or 0x466C9B) is unknown color: approx San Marino. HEX triplet: 46, 6C and 9B. RGB value is (70,108,155). Sum of RGB (Red+Green+Blue) = 70+108+155=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #466C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C9B is #B99364. Grayscale: #656565. Windows color (decimal): -12161893 or 10185798. OLE color: 10185798.

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

Color convert

RGB70108155-
CMYK0.550.3000.39
HSL213.18º37.78%44.12%-
HSV(B)213.18º54.84%60.78%-
XYZ13.814.3933.06-
YUV102157.91105.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=21.02%
G=32.43%
B=46.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701081550.550.3000.39213.1837.7844.12
Hex466C9B371E027d5262c
Octal10615423367360473254654
Binary100011011011001001101111011111110010011111010101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,155); }

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

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

 a { background-color: rgb(70,108,155); }

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

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

 span { border-color: rgb(70,108,155); }

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