Html Css Color HEX #46679B Mariner

📋 copy color: '#46679B'

red 70 ◦ green 103 ◦ blue 155

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

Shades of Mariner #46679B

Tints of Mariner #46679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 21.34%
G = 31.4%
B = 47.26%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46679B (or 0x46679B) is known color: Mariner. HEX triplet: 46, 67 and 9B. RGB value is (70,103,155). Sum of RGB (Red+Green+Blue) = 70+103+155=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #46679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679B is #B99864. Grayscale: #626262. Windows color (decimal): -12163173 or 10184518. OLE color: 10184518.

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

Color convert

RGB 70 103 155 -
CMYK 0.55 0.34 0 0.39
HSL 216.71º 0.38% 0.44% -
HSV(B) 216.71º 0.55% 0.61% -
XYZ 13.29 13.37 32.89 -
YUV 99.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 70 103 155 0.55 0.34 0 0.39 216.71 0.38 0.44
Hex 46 67 9B 37 22 0 27 D9 26 2C
Octal 106 147 233 67 42 0 47 331 46 54
Binary 1000110 1100111 10011011 110111 100010 0 100111 11011001 100110 101100

Color Harmonies of #46679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46679B

Black with #46679B

Text Example


Text Example

White with #46679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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