Html Css Color HEX #46659B Mariner

📋 copy color: '#46659B'

red 70 ◦ green 101 ◦ blue 155

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

Shades of Mariner #46659B

Tints of Mariner #46659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 21.47%
G = 30.98%
B = 47.55%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46659B (or 0x46659B) is known color: Mariner. HEX triplet: 46, 65 and 9B. RGB value is (70,101,155). Sum of RGB (Red+Green+Blue) = 70+101+155=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #46659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46659B is #B99A64. Grayscale: #616161. Windows color (decimal): -12163685 or 10184006. OLE color: 10184006.

HSL color Cylindrical-coordinate representation of color #46659B: hue angle of 218.12º 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 #46659B is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 101 155 -
CMYK 0.55 0.35 0 0.39
HSL 218.12º 0.38% 0.44% -
HSV(B) 218.12º 0.55% 0.61% -
XYZ 13.1 12.98 32.82 -
YUV 97.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 70 101 155 0.55 0.35 0 0.39 218.12 0.38 0.44
Hex 46 65 9B 37 23 0 27 DA 26 2C
Octal 106 145 233 67 43 0 47 332 46 54
Binary 1000110 1100101 10011011 110111 100011 0 100111 11011010 100110 101100

Color Harmonies of #46659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46659B

Black with #46659B

Text Example


Text Example

White with #46659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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