Html Css Color HEX #47599D Mariner

📋 copy color: '#47599D'

red 71 ◦ green 89 ◦ blue 157

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

Shades of Mariner #47599D

Tints of Mariner #47599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 22.4%
G = 28.08%
B = 49.53%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47599D (or 0x47599D) is known color: Mariner. HEX triplet: 47, 59 and 9D. RGB value is (71,89,157). Sum of RGB (Red+Green+Blue) = 71+89+157=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #47599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599D is #B8A662. Grayscale: #5B5B5B. Windows color (decimal): -12101219 or 10312007. OLE color: 10312007.

HSL color Cylindrical-coordinate representation of color #47599D: hue angle of 227.44º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47599D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 89 157 -
CMYK 0.55 0.43 0 0.38
HSL 227.44º 0.38% 0.45% -
HSV(B) 227.44º 0.55% 0.62% -
XYZ 12.26 10.92 33.36 -
YUV 91.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 71 89 157 0.55 0.43 0 0.38 227.44 0.38 0.45
Hex 47 59 9D 37 2B 0 26 E3 26 2D
Octal 107 131 235 67 53 0 46 343 46 55
Binary 1000111 1011001 10011101 110111 101011 0 100110 11100011 100110 101101

Color Harmonies of #47599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47599D

Black with #47599D

Text Example


Text Example

White with #47599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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