Html Css Color HEX #466EAC San Marino

📋 copy color: '#466EAC'

red 70 ◦ green 110 ◦ blue 172

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

Shades of San Marino #466EAC

Tints of San Marino #466EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 19.89%
G = 31.25%
B = 48.86%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466EAC (or 0x466EAC) is known color: San Marino. HEX triplet: 46, 6E and AC. RGB value is (70,110,172). Sum of RGB (Red+Green+Blue) = 70+110+172=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #466EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EAC is #B99153. Grayscale: #686868. Windows color (decimal): -12161364 or 11300422. OLE color: 11300422.

HSL color Cylindrical-coordinate representation of color #466EAC: hue angle of 216.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466EAC is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 110 172 -
CMYK 0.59 0.36 0 0.33
HSL 216.47º 0.42% 0.47% -
HSV(B) 216.47º 0.59% 0.67% -
XYZ 15.55 15.43 41.19 -
YUV 105.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 70 110 172 0.59 0.36 0 0.33 216.47 0.42 0.47
Hex 46 6E AC 3B 24 0 21 D8 2A 2F
Octal 106 156 254 73 44 0 41 330 52 57
Binary 1000110 1101110 10101100 111011 100100 0 100001 11011000 101010 101111

Color Harmonies of #466EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EAC

Black with #466EAC

Text Example


Text Example

White with #466EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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