#466DA4

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

Shades of San Marino #466DA4

Tints of San Marino #466DA4

Color information

#466DA4 (or 0x466DA4) is unknown color: approx San Marino. HEX triplet: 46, 6D and A4. RGB value is (70,109,164). Sum of RGB (Red+Green+Blue) = 70+109+164=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #466DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DA4 is #B9925B. Grayscale: #676767. Windows color (decimal): -12161628 or 10775878. OLE color: 10775878.

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

Color convert

RGB70109164-
CMYK0.570.3400.36
HSL215.11º40.17%45.88%-
HSV(B)215.11º57.32%64.31%-
XYZ14.714.9237.23-
YUV103.61162.08104.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=20.41%
G=31.78%
B=47.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701091640.570.3400.36215.1140.1745.88
Hex466DA43922024d7282e
Octal10615524471420443275056
Binary1000110110110110100100111001100010010010011010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,109,164); }

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

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

 a { background-color: rgb(70,109,164); }

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

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

 span { border-color: rgb(70,109,164); }

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