Html Css Color HEX #476291 Mariner

📋 copy color: '#476291'

red 71 ◦ green 98 ◦ blue 145

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

Shades of Mariner #476291

Tints of Mariner #476291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 22.61%
G = 31.21%
B = 46.18%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476291 (or 0x476291) is known color: Mariner. HEX triplet: 47, 62 and 91. RGB value is (71,98,145). Sum of RGB (Red+Green+Blue) = 71+98+145=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #476291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476291 is #B89D6E. Grayscale: #5F5F5F. Windows color (decimal): -12098927 or 9527879. OLE color: 9527879.

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

Color convert

RGB 71 98 145 -
CMYK 0.51 0.32 0 0.43
HSL 218.11º 0.34% 0.42% -
HSV(B) 218.11º 0.51% 0.57% -
XYZ 12.08 12.12 28.49 -
YUV 95.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 71 98 145 0.51 0.32 0 0.43 218.11 0.34 0.42
Hex 47 62 91 33 20 0 2B DA 22 2A
Octal 107 142 221 63 40 0 53 332 42 52
Binary 1000111 1100010 10010001 110011 100000 0 101011 11011010 100010 101010

Color Harmonies of #476291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476291

Black with #476291

Text Example


Text Example

White with #476291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476291; }

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

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

background-color css

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

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

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

border-color css

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

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

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