#466B9B

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

Shades of San Marino #466B9B

Tints of San Marino #466B9B

Color information

#466B9B (or 0x466B9B) is unknown color: approx San Marino. HEX triplet: 46, 6B and 9B. RGB value is (70,107,155). Sum of RGB (Red+Green+Blue) = 70+107+155=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #466B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B9B is #B99464. Grayscale: #656565. Windows color (decimal): -12162149 or 10185542. OLE color: 10185542.

HSL color Cylindrical-coordinate representation of color #466B9B: hue angle of 213.88º 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 #466B9B is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70107155-
CMYK0.550.3100.39
HSL213.88º37.78%44.12%-
HSV(B)213.88º54.84%60.78%-
XYZ13.714.1833.03-
YUV101.41158.24105.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=21.08%
G=32.23%
B=46.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701071550.550.3100.39213.8837.7844.12
Hex466B9B371F027d6262c
Octal10615323367370473264654
Binary100011011010111001101111011111111010011111010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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