Html Css Color HEX #466EAF San Marino

📋 copy color: '#466EAF'

red 70 ◦ green 110 ◦ blue 175

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

Shades of San Marino #466EAF

Tints of San Marino #466EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 19.72%
G = 30.99%
B = 49.3%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#466EAF (or 0x466EAF) is known color: San Marino. HEX triplet: 46, 6E and AF. RGB value is (70,110,175). Sum of RGB (Red+Green+Blue) = 70+110+175=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #466EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EAF is #B99150. Grayscale: #696969. Windows color (decimal): -12161361 or 11497030. OLE color: 11497030.

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

Color convert

RGB 70 110 175 -
CMYK 0.60 0.37 0 0.31
HSL 217.14º 0.43% 0.48% -
HSV(B) 217.14º 0.6% 0.69% -
XYZ 15.84 15.55 42.72 -
YUV 105.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 70 110 175 0.60 0.37 0 0.31 217.14 0.43 0.48
Hex 46 6E AF 3C 25 0 1F D9 2B 30
Octal 106 156 257 74 45 0 37 331 53 60
Binary 1000110 1101110 10101111 111100 100101 0 11111 11011001 101011 110000

Color Harmonies of #466EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EAF

Black with #466EAF

Text Example


Text Example

White with #466EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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