Html Css Color HEX #47599A Mariner

📋 copy color: '#47599A'

red 71 ◦ green 89 ◦ blue 154

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

Shades of Mariner #47599A

Tints of Mariner #47599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 22.61%
G = 28.34%
B = 49.04%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47599A (or 0x47599A) is known color: Mariner. HEX triplet: 47, 59 and 9A. RGB value is (71,89,154). Sum of RGB (Red+Green+Blue) = 71+89+154=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #47599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599A is #B8A665. Grayscale: #5A5A5A. Windows color (decimal): -12101222 or 10115399. OLE color: 10115399.

HSL color Cylindrical-coordinate representation of color #47599A: hue angle of 226.99º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47599A is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 89 154 -
CMYK 0.54 0.42 0 0.40
HSL 226.99º 0.37% 0.44% -
HSV(B) 226.99º 0.54% 0.6% -
XYZ 12 10.82 32.03 -
YUV 91.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 71 89 154 0.54 0.42 0 0.40 226.99 0.37 0.44
Hex 47 59 9A 36 2A 0 28 E3 25 2C
Octal 107 131 232 66 52 0 50 343 45 54
Binary 1000111 1011001 10011010 110110 101010 0 101000 11100011 100101 101100

Color Harmonies of #47599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47599A

Black with #47599A

Text Example


Text Example

White with #47599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47599A; }

 p { color: rgb(71,89,154); }

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

background-color css

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

 a { background-color: rgb(71,89,154); }

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

border-color css

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

 span { border-color: rgb(71,89,154); }

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