Html Css Color HEX #476194 Mariner

📋 copy color: '#476194'

red 71 ◦ green 97 ◦ blue 148

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

Shades of Mariner #476194

Tints of Mariner #476194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 22.47%
G = 30.7%
B = 46.84%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476194 (or 0x476194) is known color: Mariner. HEX triplet: 47, 61 and 94. RGB value is (71,97,148). Sum of RGB (Red+Green+Blue) = 71+97+148=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #476194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476194 is #B89E6B. Grayscale: #5E5E5E. Windows color (decimal): -12099180 or 9724231. OLE color: 9724231.

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

Color convert

RGB 71 97 148 -
CMYK 0.52 0.34 0 0.42
HSL 219.74º 0.35% 0.43% -
HSV(B) 219.74º 0.52% 0.58% -
XYZ 12.22 12.03 29.69 -
YUV 95.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 71 97 148 0.52 0.34 0 0.42 219.74 0.35 0.43
Hex 47 61 94 34 22 0 2A DC 23 2B
Octal 107 141 224 64 42 0 52 334 43 53
Binary 1000111 1100001 10010100 110100 100010 0 101010 11011100 100011 101011

Color Harmonies of #476194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476194

Black with #476194

Text Example


Text Example

White with #476194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476194; }

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

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

background-color css

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

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

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

border-color css

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

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

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