Html Css Color HEX #466FAA San Marino

📋 copy color: '#466FAA'

red 70 ◦ green 111 ◦ blue 170

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

Shades of San Marino #466FAA

Tints of San Marino #466FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 19.94%
G = 31.62%
B = 48.43%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466FAA (or 0x466FAA) is known color: San Marino. HEX triplet: 46, 6F and AA. RGB value is (70,111,170). Sum of RGB (Red+Green+Blue) = 70+111+170=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #466FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466FAA is #B99055. Grayscale: #696969. Windows color (decimal): -12161110 or 11169606. OLE color: 11169606.

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

Color convert

RGB 70 111 170 -
CMYK 0.59 0.35 0 0.33
HSL 215.4º 0.42% 0.47% -
HSV(B) 215.4º 0.59% 0.67% -
XYZ 15.47 15.57 40.22 -
YUV 105.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 70 111 170 0.59 0.35 0 0.33 215.4 0.42 0.47
Hex 46 6F AA 3B 23 0 21 D7 2A 2F
Octal 106 157 252 73 43 0 41 327 52 57
Binary 1000110 1101111 10101010 111011 100011 0 100001 11010111 101010 101111

Color Harmonies of #466FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FAA

Black with #466FAA

Text Example


Text Example

White with #466FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,170); }

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

background-color css

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

 a { background-color: rgb(70,111,170); }

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

border-color css

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

 span { border-color: rgb(70,111,170); }

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