#466895

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

Shades of San Marino #466895

Tints of San Marino #466895

Color information

#466895 (or 0x466895) is unknown color: approx San Marino. HEX triplet: 46, 68 and 95. RGB value is (70,104,149). Sum of RGB (Red+Green+Blue) = 70+104+149=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #466895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466895 is #B9976A. Grayscale: #626262. Windows color (decimal): -12162923 or 9791558. OLE color: 9791558.

HSL color Cylindrical-coordinate representation of color #466895: hue angle of 214.18º 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 #466895 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70104149-
CMYK0.530.3000.42
HSL214.18º36.07%42.94%-
HSV(B)214.18º53.02%58.43%-
XYZ12.913.3730.33-
YUV98.96156.24107.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=21.67%
G=32.20%
B=46.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701041490.530.3000.42214.1836.0742.94
Hex466895351E02Ad6242b
Octal10615022565360523264453
Binary100011011010001001010111010111110010101011010110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466895; }

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

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

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

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

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

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

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

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