Html Css Color HEX #466190 Mariner

📋 copy color: '#466190'

red 70 ◦ green 97 ◦ blue 144

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

Shades of Mariner #466190

Tints of Mariner #466190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 22.51%
G = 31.19%
B = 46.3%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466190 (or 0x466190) is known color: Mariner. HEX triplet: 46, 61 and 90. RGB value is (70,97,144). Sum of RGB (Red+Green+Blue) = 70+97+144=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #466190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466190 is #B99E6F. Grayscale: #5E5E5E. Windows color (decimal): -12164720 or 9462086. OLE color: 9462086.

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

Color convert

RGB 70 97 144 -
CMYK 0.51 0.33 0 0.44
HSL 218.11º 0.35% 0.42% -
HSV(B) 218.11º 0.51% 0.56% -
XYZ 11.83 11.87 28.05 -
YUV 94.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 70 97 144 0.51 0.33 0 0.44 218.11 0.35 0.42
Hex 46 61 90 33 21 0 2C DA 23 2A
Octal 106 141 220 63 41 0 54 332 43 52
Binary 1000110 1100001 10010000 110011 100001 0 101100 11011010 100011 101010

Color Harmonies of #466190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466190

Black with #466190

Text Example


Text Example

White with #466190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466190; }

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

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

background-color css

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

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

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

border-color css

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

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

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