Html Css Color HEX #466191 Mariner

📋 copy color: '#466191'

red 70 ◦ green 97 ◦ blue 145

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

Shades of Mariner #466191

Tints of Mariner #466191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 22.44%
G = 31.09%
B = 46.47%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466191 (or 0x466191) is known color: Mariner. HEX triplet: 46, 61 and 91. RGB value is (70,97,145). Sum of RGB (Red+Green+Blue) = 70+97+145=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #466191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466191 is #B99E6E. Grayscale: #5E5E5E. Windows color (decimal): -12164719 or 9527622. OLE color: 9527622.

HSL color Cylindrical-coordinate representation of color #466191: hue angle of 218.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466191 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 97 145 -
CMYK 0.52 0.33 0 0.43
HSL 218.4º 0.35% 0.42% -
HSV(B) 218.4º 0.52% 0.57% -
XYZ 11.91 11.9 28.46 -
YUV 94.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 70 97 145 0.52 0.33 0 0.43 218.4 0.35 0.42
Hex 46 61 91 34 21 0 2B DA 23 2A
Octal 106 141 221 64 41 0 53 332 43 52
Binary 1000110 1100001 10010001 110100 100001 0 101011 11011010 100011 101010

Color Harmonies of #466191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466191

Black with #466191

Text Example


Text Example

White with #466191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466191; }

 p { color: rgb(70,97,145); }

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

background-color css

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

 a { background-color: rgb(70,97,145); }

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

border-color css

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

 span { border-color: rgb(70,97,145); }

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