Html Css Color HEX #476197 Mariner

📋 copy color: '#476197'

red 71 ◦ green 97 ◦ blue 151

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

Shades of Mariner #476197

Tints of Mariner #476197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 22.26%
G = 30.41%
B = 47.34%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#476197 (or 0x476197) is known color: Mariner. HEX triplet: 47, 61 and 97. RGB value is (71,97,151). Sum of RGB (Red+Green+Blue) = 71+97+151=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #476197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476197 is #B89E68. Grayscale: #5F5F5F. Windows color (decimal): -12099177 or 9920839. OLE color: 9920839.

HSL color Cylindrical-coordinate representation of color #476197: hue angle of 220.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476197 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 97 151 -
CMYK 0.53 0.36 0 0.41
HSL 220.5º 0.36% 0.44% -
HSV(B) 220.5º 0.53% 0.59% -
XYZ 12.46 12.12 30.96 -
YUV 95.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 71 97 151 0.53 0.36 0 0.41 220.5 0.36 0.44
Hex 47 61 97 35 24 0 29 DC 24 2C
Octal 107 141 227 65 44 0 51 334 44 54
Binary 1000111 1100001 10010111 110101 100100 0 101001 11011100 100100 101100

Color Harmonies of #476197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476197

Black with #476197

Text Example


Text Example

White with #476197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476197; }

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

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

background-color css

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

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

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

border-color css

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

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

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