Html Css Color HEX #466392 Mariner

📋 copy color: '#466392'

red 70 ◦ green 99 ◦ blue 146

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

Shades of Mariner #466392

Tints of Mariner #466392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 22.22%
G = 31.43%
B = 46.35%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466392 (or 0x466392) is known color: Mariner. HEX triplet: 46, 63 and 92. RGB value is (70,99,146). Sum of RGB (Red+Green+Blue) = 70+99+146=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #466392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466392 is #B99C6D. Grayscale: #5F5F5F. Windows color (decimal): -12164206 or 9593670. OLE color: 9593670.

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

Color convert

RGB 70 99 146 -
CMYK 0.52 0.32 0 0.43
HSL 217.11º 0.35% 0.42% -
HSV(B) 217.11º 0.52% 0.57% -
XYZ 12.18 12.3 28.93 -
YUV 95.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 70 99 146 0.52 0.32 0 0.43 217.11 0.35 0.42
Hex 46 63 92 34 20 0 2B D9 23 2A
Octal 106 143 222 64 40 0 53 331 43 52
Binary 1000110 1100011 10010010 110100 100000 0 101011 11011001 100011 101010

Color Harmonies of #466392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466392

Black with #466392

Text Example


Text Example

White with #466392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466392; }

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

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

background-color css

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

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

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

border-color css

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

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

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