Html Css Color HEX #466C97 San Marino

📋 copy color: '#466C97'

red 70 ◦ green 108 ◦ blue 151

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

Shades of San Marino #466C97

Tints of San Marino #466C97

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 21.28%
G = 32.83%
B = 45.9%

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

#466C97 (or 0x466C97) is known color: San Marino. HEX triplet: 46, 6C and 97. RGB value is (70,108,151). Sum of RGB (Red+Green+Blue) = 70+108+151=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #466C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C97 is #B99368. Grayscale: #656565. Windows color (decimal): -12161897 or 9923654. OLE color: 9923654.

HSL color Cylindrical-coordinate representation of color #466C97: hue angle of 211.85º 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 #466C97 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 108 151 -
CMYK 0.54 0.28 0 0.41
HSL 211.85º 0.37% 0.43% -
HSV(B) 211.85º 0.54% 0.59% -
XYZ 13.47 14.26 31.32 -
YUV 101.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 70 108 151 0.54 0.28 0 0.41 211.85 0.37 0.43
Hex 46 6C 97 36 1C 0 29 D4 25 2B
Octal 106 154 227 66 34 0 51 324 45 53
Binary 1000110 1101100 10010111 110110 11100 0 101001 11010100 100101 101011

Color Harmonies of #466C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C97

Black with #466C97

Text Example


Text Example

White with #466C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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