Html Css Color HEX #466192 Mariner

📋 copy color: '#466192'

red 70 ◦ green 97 ◦ blue 146

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

Shades of Mariner #466192

Tints of Mariner #466192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 22.36%
G = 30.99%
B = 46.65%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466192 (or 0x466192) is known color: Mariner. HEX triplet: 46, 61 and 92. RGB value is (70,97,146). Sum of RGB (Red+Green+Blue) = 70+97+146=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #466192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466192 is #B99E6D. Grayscale: #5E5E5E. Windows color (decimal): -12164718 or 9593158. OLE color: 9593158.

HSL color Cylindrical-coordinate representation of color #466192: hue angle of 218.68º 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 #466192 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 97 146 -
CMYK 0.52 0.34 0 0.43
HSL 218.68º 0.35% 0.42% -
HSV(B) 218.68º 0.52% 0.57% -
XYZ 11.99 11.93 28.86 -
YUV 94.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 70 97 146 0.52 0.34 0 0.43 218.68 0.35 0.42
Hex 46 61 92 34 22 0 2B DB 23 2A
Octal 106 141 222 64 42 0 53 333 43 52
Binary 1000110 1100001 10010010 110100 100010 0 101011 11011011 100011 101010

Color Harmonies of #466192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466192

Black with #466192

Text Example


Text Example

White with #466192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466192; }

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

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

background-color css

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

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

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

border-color css

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

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

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