Html Css Color HEX #476191 Mariner

📋 copy color: '#476191'

red 71 ◦ green 97 ◦ blue 145

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

Shades of Mariner #476191

Tints of Mariner #476191

RGB

 RED value IS 71 (28.13% from 255) = 22.68%

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 22.68%
G = 30.99%
B = 46.33%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476191 (or 0x476191) is known color: Mariner. HEX triplet: 47, 61 and 91. RGB value is (71,97,145). Sum of RGB (Red+Green+Blue) = 71+97+145=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #476191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476191 is #B89E6E. Grayscale: #5E5E5E. Windows color (decimal): -12099183 or 9527623. OLE color: 9527623.

HSL color Cylindrical-coordinate representation of color #476191: hue angle of 218.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476191 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 97 145 -
CMYK 0.51 0.33 0 0.43
HSL 218.92º 0.34% 0.42% -
HSV(B) 218.92º 0.51% 0.57% -
XYZ 11.98 11.93 28.46 -
YUV 94.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 71 97 145 0.51 0.33 0 0.43 218.92 0.34 0.42
Hex 47 61 91 33 21 0 2B DB 22 2A
Octal 107 141 221 63 41 0 53 333 42 52
Binary 1000111 1100001 10010001 110011 100001 0 101011 11011011 100010 101010

Color Harmonies of #476191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476191

Black with #476191

Text Example


Text Example

White with #476191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476191; }

 p { color: rgb(71,97,145); }

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

background-color css

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

 a { background-color: rgb(71,97,145); }

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

border-color css

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

 span { border-color: rgb(71,97,145); }

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