Html Css Color HEX #466EA1 San Marino

📋 copy color: '#466EA1'

red 70 ◦ green 110 ◦ blue 161

#466EA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #466EA1

Tints of San Marino #466EA1

RGB

 RED value IS 70 (27.73% from 255) = 20.53%

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 20.53%
G = 32.26%
B = 47.21%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#466EA1 (or 0x466EA1) is known color: San Marino. HEX triplet: 46, 6E and A1. RGB value is (70,110,161). Sum of RGB (Red+Green+Blue) = 70+110+161=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #466EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EA1 is #B9915E. Grayscale: #676767. Windows color (decimal): -12161375 or 10579526. OLE color: 10579526.

HSL color Cylindrical-coordinate representation of color #466EA1: hue angle of 213.63º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466EA1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 110 161 -
CMYK 0.57 0.32 0 0.37
HSL 213.63º 0.39% 0.45% -
HSV(B) 213.63º 0.57% 0.63% -
XYZ 14.53 15.03 35.85 -
YUV 103.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 70 110 161 0.57 0.32 0 0.37 213.63 0.39 0.45
Hex 46 6E A1 39 20 0 25 D6 27 2D
Octal 106 156 241 71 40 0 45 326 47 55
Binary 1000110 1101110 10100001 111001 100000 0 100101 11010110 100111 101101

Color Harmonies of #466EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EA1

Black with #466EA1

Text Example


Text Example

White with #466EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,161); }

 H1.HeaderClassName
 {
   color: #466EA1;
 }
 .AnyTagClassName
 {
   color: #466EA1;
 }
</style>

background-color css

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

 a { background-color: rgb(70,110,161); }

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

border-color css

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

 span { border-color: rgb(70,110,161); }

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