Html Css Color HEX #476095 Mariner

📋 copy color: '#476095'

red 71 ◦ green 96 ◦ blue 149

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

Shades of Mariner #476095

Tints of Mariner #476095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 22.47%
G = 30.38%
B = 47.15%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476095 (or 0x476095) is known color: Mariner. HEX triplet: 47, 60 and 95. RGB value is (71,96,149). Sum of RGB (Red+Green+Blue) = 71+96+149=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #476095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476095 is #B89F6A. Grayscale: #5E5E5E. Windows color (decimal): -12099435 or 9789511. OLE color: 9789511.

HSL color Cylindrical-coordinate representation of color #476095: hue angle of 220.77º 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 #476095 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 96 149 -
CMYK 0.52 0.36 0 0.42
HSL 220.77º 0.35% 0.43% -
HSV(B) 220.77º 0.52% 0.58% -
XYZ 12.21 11.88 30.08 -
YUV 94.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 71 96 149 0.52 0.36 0 0.42 220.77 0.35 0.43
Hex 47 60 95 34 24 0 2A DD 23 2B
Octal 107 140 225 64 44 0 52 335 43 53
Binary 1000111 1100000 10010101 110100 100100 0 101010 11011101 100011 101011

Color Harmonies of #476095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476095

Black with #476095

Text Example


Text Example

White with #476095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476095; }

 p { color: rgb(71,96,149); }

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

background-color css

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

 a { background-color: rgb(71,96,149); }

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

border-color css

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

 span { border-color: rgb(71,96,149); }

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