Html Css Color HEX #46649B Mariner

📋 copy color: '#46649B'

red 70 ◦ green 100 ◦ blue 155

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

Shades of Mariner #46649B

Tints of Mariner #46649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 21.54%
G = 30.77%
B = 47.69%

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

#46649B (or 0x46649B) is known color: Mariner. HEX triplet: 46, 64 and 9B. RGB value is (70,100,155). Sum of RGB (Red+Green+Blue) = 70+100+155=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #46649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46649B is #B99B64. Grayscale: #616161. Windows color (decimal): -12163941 or 10183750. OLE color: 10183750.

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

Color convert

RGB 70 100 155 -
CMYK 0.55 0.35 0 0.39
HSL 218.82º 0.38% 0.44% -
HSV(B) 218.82º 0.55% 0.61% -
XYZ 13 12.78 32.79 -
YUV 97.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 70 100 155 0.55 0.35 0 0.39 218.82 0.38 0.44
Hex 46 64 9B 37 23 0 27 DB 26 2C
Octal 106 144 233 67 43 0 47 333 46 54
Binary 1000110 1100100 10011011 110111 100011 0 100111 11011011 100110 101100

Color Harmonies of #46649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46649B

Black with #46649B

Text Example


Text Example

White with #46649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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