Html Css Color HEX #46609B Mariner

📋 copy color: '#46609B'

red 70 ◦ green 96 ◦ blue 155

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

Shades of Mariner #46609B

Tints of Mariner #46609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 21.81%
G = 29.91%
B = 48.29%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46609B (or 0x46609B) is known color: Mariner. HEX triplet: 46, 60 and 9B. RGB value is (70,96,155). Sum of RGB (Red+Green+Blue) = 70+96+155=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #46609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46609B is #B99F64. Grayscale: #5E5E5E. Windows color (decimal): -12164965 or 10182726. OLE color: 10182726.

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

Color convert

RGB 70 96 155 -
CMYK 0.55 0.38 0 0.39
HSL 221.65º 0.38% 0.44% -
HSV(B) 221.65º 0.55% 0.61% -
XYZ 12.63 12.03 32.67 -
YUV 94.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 70 96 155 0.55 0.38 0 0.39 221.65 0.38 0.44
Hex 46 60 9B 37 26 0 27 DE 26 2C
Octal 106 140 233 67 46 0 47 336 46 54
Binary 1000110 1100000 10011011 110111 100110 0 100111 11011110 100110 101100

Color Harmonies of #46609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46609B

Black with #46609B

Text Example


Text Example

White with #46609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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