Html Css Color HEX #46599D Mariner

📋 copy color: '#46599D'

red 70 ◦ green 89 ◦ blue 157

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

Shades of Mariner #46599D

Tints of Mariner #46599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 22.15%
G = 28.16%
B = 49.68%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46599D (or 0x46599D) is known color: Mariner. HEX triplet: 46, 59 and 9D. RGB value is (70,89,157). Sum of RGB (Red+Green+Blue) = 70+89+157=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #46599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46599D is #B9A662. Grayscale: #5A5A5A. Windows color (decimal): -12166755 or 10312006. OLE color: 10312006.

HSL color Cylindrical-coordinate representation of color #46599D: hue angle of 226.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46599D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 89 157 -
CMYK 0.55 0.43 0 0.38
HSL 226.9º 0.38% 0.45% -
HSV(B) 226.9º 0.55% 0.62% -
XYZ 12.18 10.88 33.36 -
YUV 91.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 70 89 157 0.55 0.43 0 0.38 226.9 0.38 0.45
Hex 46 59 9D 37 2B 0 26 E3 26 2D
Octal 106 131 235 67 53 0 46 343 46 55
Binary 1000110 1011001 10011101 110111 101011 0 100110 11100011 100110 101101

Color Harmonies of #46599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46599D

Black with #46599D

Text Example


Text Example

White with #46599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46599D; }

 p { color: rgb(70,89,157); }

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

background-color css

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

 a { background-color: rgb(70,89,157); }

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

border-color css

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

 span { border-color: rgb(70,89,157); }

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