Html Css Color HEX #46699E Mariner

📋 copy color: '#46699E'

red 70 ◦ green 105 ◦ blue 158

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

Shades of Mariner #46699E

Tints of Mariner #46699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 21.02%
G = 31.53%
B = 47.45%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46699E (or 0x46699E) is known color: Mariner. HEX triplet: 46, 69 and 9E. RGB value is (70,105,158). Sum of RGB (Red+Green+Blue) = 70+105+158=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #46699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46699E is #B99661. Grayscale: #646464. Windows color (decimal): -12162658 or 10381638. OLE color: 10381638.

HSL color Cylindrical-coordinate representation of color #46699E: hue angle of 216.14º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46699E is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 105 158 -
CMYK 0.56 0.34 0 0.38
HSL 216.14º 0.39% 0.45% -
HSV(B) 216.14º 0.56% 0.62% -
XYZ 13.75 13.87 34.3 -
YUV 100.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 70 105 158 0.56 0.34 0 0.38 216.14 0.39 0.45
Hex 46 69 9E 38 22 0 26 D8 27 2D
Octal 106 151 236 70 42 0 46 330 47 55
Binary 1000110 1101001 10011110 111000 100010 0 100110 11011000 100111 101101

Color Harmonies of #46699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46699E

Black with #46699E

Text Example


Text Example

White with #46699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46699E; }

 p { color: rgb(70,105,158); }

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

background-color css

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

 a { background-color: rgb(70,105,158); }

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

border-color css

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

 span { border-color: rgb(70,105,158); }

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