#466C95

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

Shades of San Marino #466C95

Tints of San Marino #466C95

Color information

#466C95 (or 0x466C95) is unknown color: approx San Marino. HEX triplet: 46, 6C and 95. RGB value is (70,108,149). Sum of RGB (Red+Green+Blue) = 70+108+149=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #466C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C95 is #B9936A. Grayscale: #656565. Windows color (decimal): -12161899 or 9792582. OLE color: 9792582.

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

Color convert

RGB70108149-
CMYK0.530.2800.42
HSL211.14º36.07%42.94%-
HSV(B)211.14º53.02%58.43%-
XYZ13.3114.230.47-
YUV101.31154.91105.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=21.41%
G=33.03%
B=45.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701081490.530.2800.42211.1436.0742.94
Hex466C95351C02Ad3242b
Octal10615422565340523234453
Binary100011011011001001010111010111100010101011010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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