Html Css Color HEX #476497 Mariner

📋 copy color: '#476497'

red 71 ◦ green 100 ◦ blue 151

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

Shades of Mariner #476497

Tints of Mariner #476497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 22.05%
G = 31.06%
B = 46.89%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#476497 (or 0x476497) is known color: Mariner. HEX triplet: 47, 64 and 97. RGB value is (71,100,151). Sum of RGB (Red+Green+Blue) = 71+100+151=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #476497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476497 is #B89B68. Grayscale: #606060. Windows color (decimal): -12098409 or 9921607. OLE color: 9921607.

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

Color convert

RGB 71 100 151 -
CMYK 0.53 0.34 0 0.41
HSL 218.25º 0.36% 0.44% -
HSV(B) 218.25º 0.53% 0.59% -
XYZ 12.74 12.69 31.06 -
YUV 97.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 71 100 151 0.53 0.34 0 0.41 218.25 0.36 0.44
Hex 47 64 97 35 22 0 29 DA 24 2C
Octal 107 144 227 65 42 0 51 332 44 54
Binary 1000111 1100100 10010111 110101 100010 0 101001 11011010 100100 101100

Color Harmonies of #476497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476497

Black with #476497

Text Example


Text Example

White with #476497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476497; }

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

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

background-color css

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

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

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

border-color css

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

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

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