Html Css Color HEX #466D97 San Marino

📋 copy color: '#466D97'

red 70 ◦ green 109 ◦ blue 151

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

Shades of San Marino #466D97

Tints of San Marino #466D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 21.21%
G = 33.03%
B = 45.76%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466D97 (or 0x466D97) is known color: San Marino. HEX triplet: 46, 6D and 97. RGB value is (70,109,151). Sum of RGB (Red+Green+Blue) = 70+109+151=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #466D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D97 is #B99268. Grayscale: #656565. Windows color (decimal): -12161641 or 9923910. OLE color: 9923910.

HSL color Cylindrical-coordinate representation of color #466D97: hue angle of 211.11º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466D97 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 109 151 -
CMYK 0.54 0.28 0 0.41
HSL 211.11º 0.37% 0.43% -
HSV(B) 211.11º 0.54% 0.59% -
XYZ 13.58 14.47 31.36 -
YUV 102.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 70 109 151 0.54 0.28 0 0.41 211.11 0.37 0.43
Hex 46 6D 97 36 1C 0 29 D3 25 2B
Octal 106 155 227 66 34 0 51 323 45 53
Binary 1000110 1101101 10010111 110110 11100 0 101001 11010011 100101 101011

Color Harmonies of #466D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D97

Black with #466D97

Text Example


Text Example

White with #466D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,109,151); }

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

background-color css

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

 a { background-color: rgb(70,109,151); }

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

border-color css

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

 span { border-color: rgb(70,109,151); }

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