Html Css Color HEX #46599B Mariner

📋 copy color: '#46599B'

red 70 ◦ green 89 ◦ blue 155

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

Shades of Mariner #46599B

Tints of Mariner #46599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 22.29%
G = 28.34%
B = 49.36%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46599B (or 0x46599B) is known color: Mariner. HEX triplet: 46, 59 and 9B. RGB value is (70,89,155). Sum of RGB (Red+Green+Blue) = 70+89+155=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #46599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46599B is #B9A664. Grayscale: #5A5A5A. Windows color (decimal): -12166757 or 10180934. OLE color: 10180934.

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

Color convert

RGB 70 89 155 -
CMYK 0.55 0.43 0 0.39
HSL 226.59º 0.38% 0.44% -
HSV(B) 226.59º 0.55% 0.61% -
XYZ 12.01 10.81 32.46 -
YUV 90.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 70 89 155 0.55 0.43 0 0.39 226.59 0.38 0.44
Hex 46 59 9B 37 2B 0 27 E3 26 2C
Octal 106 131 233 67 53 0 47 343 46 54
Binary 1000110 1011001 10011011 110111 101011 0 100111 11100011 100110 101100

Color Harmonies of #46599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46599B

Black with #46599B

Text Example


Text Example

White with #46599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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