Html Css Color HEX #46589D Mariner

📋 copy color: '#46589D'

red 70 ◦ green 88 ◦ blue 157

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

Shades of Mariner #46589D

Tints of Mariner #46589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 22.22%
G = 27.94%
B = 49.84%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46589D (or 0x46589D) is known color: Mariner. HEX triplet: 46, 58 and 9D. RGB value is (70,88,157). Sum of RGB (Red+Green+Blue) = 70+88+157=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #46589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46589D is #B9A762. Grayscale: #5A5A5A. Windows color (decimal): -12167011 or 10311750. OLE color: 10311750.

HSL color Cylindrical-coordinate representation of color #46589D: hue angle of 227.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46589D is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 88 157 -
CMYK 0.55 0.44 0 0.38
HSL 227.59º 0.38% 0.45% -
HSV(B) 227.59º 0.55% 0.62% -
XYZ 12.1 10.72 33.33 -
YUV 90.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 70 88 157 0.55 0.44 0 0.38 227.59 0.38 0.45
Hex 46 58 9D 37 2C 0 26 E4 26 2D
Octal 106 130 235 67 54 0 46 344 46 55
Binary 1000110 1011000 10011101 110111 101100 0 100110 11100100 100110 101101

Color Harmonies of #46589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46589D

Black with #46589D

Text Example


Text Example

White with #46589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46589D; }

 p { color: rgb(70,88,157); }

 H1.HeaderClassName
 {
   color: #46589D;
 }
 .AnyTagClassName
 {
   color: #46589D;
 }
</style>

background-color css

<style>
 a { background-color: #46589D; }

 a { background-color: rgb(70,88,157); }

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

border-color css

<style>
 span { border-color: #46589D; }

 span { border-color: rgb(70,88,157); }

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