Html Css Color HEX #47608E Mariner

📋 copy color: '#47608E'

red 71 ◦ green 96 ◦ blue 142

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

Shades of Mariner #47608E

Tints of Mariner #47608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 22.98%
G = 31.07%
B = 45.95%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47608E (or 0x47608E) is known color: Mariner. HEX triplet: 47, 60 and 8E. RGB value is (71,96,142). Sum of RGB (Red+Green+Blue) = 71+96+142=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #47608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47608E is #B89F71. Grayscale: #5D5D5D. Windows color (decimal): -12099442 or 9330759. OLE color: 9330759.

HSL color Cylindrical-coordinate representation of color #47608E: hue angle of 218.87º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47608E is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 96 142 -
CMYK 0.5 0.32 0 0.44
HSL 218.87º 0.33% 0.42% -
HSV(B) 218.87º 0.5% 0.56% -
XYZ 11.66 11.66 27.23 -
YUV 93.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 71 96 142 0.5 0.32 0 0.44 218.87 0.33 0.42
Hex 47 60 8E 32 20 0 2C DB 21 2A
Octal 107 140 216 62 40 0 54 333 41 52
Binary 1000111 1100000 10001110 110010 100000 0 101100 11011011 100001 101010

Color Harmonies of #47608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47608E

Black with #47608E

Text Example


Text Example

White with #47608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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