Html Css Color HEX #476192 Mariner

📋 copy color: '#476192'

red 71 ◦ green 97 ◦ blue 146

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

Shades of Mariner #476192

Tints of Mariner #476192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 22.61%
G = 30.89%
B = 46.5%

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

#476192 (or 0x476192) is known color: Mariner. HEX triplet: 47, 61 and 92. RGB value is (71,97,146). Sum of RGB (Red+Green+Blue) = 71+97+146=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #476192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476192 is #B89E6D. Grayscale: #5E5E5E. Windows color (decimal): -12099182 or 9593159. OLE color: 9593159.

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

Color convert

RGB 71 97 146 -
CMYK 0.51 0.34 0 0.43
HSL 219.2º 0.35% 0.43% -
HSV(B) 219.2º 0.51% 0.57% -
XYZ 12.06 11.96 28.87 -
YUV 94.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 71 97 146 0.51 0.34 0 0.43 219.2 0.35 0.43
Hex 47 61 92 33 22 0 2B DB 23 2B
Octal 107 141 222 63 42 0 53 333 43 53
Binary 1000111 1100001 10010010 110011 100010 0 101011 11011011 100011 101011

Color Harmonies of #476192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476192

Black with #476192

Text Example


Text Example

White with #476192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476192; }

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

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

background-color css

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

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

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

border-color css

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

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

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