#466CA2

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

Shades of San Marino #466CA2

Tints of San Marino #466CA2

Color information

#466CA2 (or 0x466CA2) is unknown color: approx San Marino. HEX triplet: 46, 6C and A2. RGB value is (70,108,162). Sum of RGB (Red+Green+Blue) = 70+108+162=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #466CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CA2 is #B9935D. Grayscale: #666666. Windows color (decimal): -12161886 or 10644550. OLE color: 10644550.

HSL color Cylindrical-coordinate representation of color #466CA2: hue angle of 215.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466CA2 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70108162-
CMYK0.570.3300.36
HSL215.22º39.66%45.49%-
HSV(B)215.22º56.79%63.53%-
XYZ14.4114.6436.25-
YUV102.79161.41104.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=20.59%
G=31.76%
B=47.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701081620.570.3300.36215.2239.6645.49
Hex466CA23921024d7282d
Octal10615424271410443275055
Binary1000110110110010100010111001100001010010011010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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