Html Css Color HEX #466EA4 San Marino

📋 copy color: '#466EA4'

red 70 ◦ green 110 ◦ blue 164

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

Shades of San Marino #466EA4

Tints of San Marino #466EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 20.35%
G = 31.98%
B = 47.67%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#466EA4 (or 0x466EA4) is known color: San Marino. HEX triplet: 46, 6E and A4. RGB value is (70,110,164). Sum of RGB (Red+Green+Blue) = 70+110+164=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #466EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EA4 is #B9915B. Grayscale: #676767. Windows color (decimal): -12161372 or 10776134. OLE color: 10776134.

HSL color Cylindrical-coordinate representation of color #466EA4: hue angle of 214.47º 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 #466EA4 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 110 164 -
CMYK 0.57 0.33 0 0.36
HSL 214.47º 0.4% 0.46% -
HSV(B) 214.47º 0.57% 0.64% -
XYZ 14.8 15.13 37.26 -
YUV 104.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 70 110 164 0.57 0.33 0 0.36 214.47 0.4 0.46
Hex 46 6E A4 39 21 0 24 D6 28 2E
Octal 106 156 244 71 41 0 44 326 50 56
Binary 1000110 1101110 10100100 111001 100001 0 100100 11010110 101000 101110

Color Harmonies of #466EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EA4

Black with #466EA4

Text Example


Text Example

White with #466EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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