Html Css Color HEX #466EAE San Marino

📋 copy color: '#466EAE'

red 70 ◦ green 110 ◦ blue 174

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

Shades of San Marino #466EAE

Tints of San Marino #466EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 19.77%
G = 31.07%
B = 49.15%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#466EAE (or 0x466EAE) is known color: San Marino. HEX triplet: 46, 6E and AE. RGB value is (70,110,174). Sum of RGB (Red+Green+Blue) = 70+110+174=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #466EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EAE is #B99151. Grayscale: #696969. Windows color (decimal): -12161362 or 11431494. OLE color: 11431494.

HSL color Cylindrical-coordinate representation of color #466EAE: hue angle of 216.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466EAE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 110 174 -
CMYK 0.60 0.37 0 0.32
HSL 216.92º 0.43% 0.48% -
HSV(B) 216.92º 0.6% 0.68% -
XYZ 15.74 15.51 42.21 -
YUV 105.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 70 110 174 0.60 0.37 0 0.32 216.92 0.43 0.48
Hex 46 6E AE 3C 25 0 20 D9 2B 30
Octal 106 156 256 74 45 0 40 331 53 60
Binary 1000110 1101110 10101110 111100 100101 0 100000 11011001 101011 110000

Color Harmonies of #466EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EAE

Black with #466EAE

Text Example


Text Example

White with #466EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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