#466B9F

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

Shades of San Marino #466B9F

Tints of San Marino #466B9F

Color information

#466B9F (or 0x466B9F) is unknown color: approx San Marino. HEX triplet: 46, 6B and 9F. RGB value is (70,107,159). Sum of RGB (Red+Green+Blue) = 70+107+159=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #466B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B9F is #B99460. Grayscale: #656565. Windows color (decimal): -12162145 or 10447686. OLE color: 10447686.

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

Color convert

RGB70107159-
CMYK0.560.3300.38
HSL215.06º38.86%44.9%-
HSV(B)215.06º55.97%62.35%-
XYZ14.0414.3234.82-
YUV101.86160.24105.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=20.83%
G=31.85%
B=47.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701071590.560.3300.38215.0638.8644.9
Hex466B9F3821026d7272d
Octal10615323770410463274755
Binary1000110110101110011111111000100001010011011010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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