Html Css Color HEX #476091 Mariner

📋 copy color: '#476091'

red 71 ◦ green 96 ◦ blue 145

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

Shades of Mariner #476091

Tints of Mariner #476091

RGB

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

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

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

R = 22.76%
G = 30.77%
B = 46.47%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476091 (or 0x476091) is known color: Mariner. HEX triplet: 47, 60 and 91. RGB value is (71,96,145). Sum of RGB (Red+Green+Blue) = 71+96+145=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #476091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476091 is #B89F6E. Grayscale: #5D5D5D. Windows color (decimal): -12099439 or 9527367. OLE color: 9527367.

HSL color Cylindrical-coordinate representation of color #476091: hue angle of 219.73º 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 #476091 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 96 145 -
CMYK 0.51 0.34 0 0.43
HSL 219.73º 0.34% 0.42% -
HSV(B) 219.73º 0.51% 0.57% -
XYZ 11.89 11.75 28.43 -
YUV 94.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 71 96 145 0.51 0.34 0 0.43 219.73 0.34 0.42
Hex 47 60 91 33 22 0 2B DC 22 2A
Octal 107 140 221 63 42 0 53 334 42 52
Binary 1000111 1100000 10010001 110011 100010 0 101011 11011100 100010 101010

Color Harmonies of #476091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476091

Black with #476091

Text Example


Text Example

White with #476091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476091; }

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

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

background-color css

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

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

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

border-color css

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

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

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