Html Css Color HEX #47599F Mariner

📋 copy color: '#47599F'

red 71 ◦ green 89 ◦ blue 159

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

Shades of Mariner #47599F

Tints of Mariner #47599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 22.26%
G = 27.9%
B = 49.84%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47599F (or 0x47599F) is known color: Mariner. HEX triplet: 47, 59 and 9F. RGB value is (71,89,159). Sum of RGB (Red+Green+Blue) = 71+89+159=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #47599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599F is #B8A660. Grayscale: #5B5B5B. Windows color (decimal): -12101217 or 10443079. OLE color: 10443079.

HSL color Cylindrical-coordinate representation of color #47599F: hue angle of 227.73º 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 #47599F is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 89 159 -
CMYK 0.55 0.44 0 0.38
HSL 227.73º 0.38% 0.45% -
HSV(B) 227.73º 0.55% 0.62% -
XYZ 12.43 10.99 34.27 -
YUV 91.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 71 89 159 0.55 0.44 0 0.38 227.73 0.38 0.45
Hex 47 59 9F 37 2C 0 26 E4 26 2D
Octal 107 131 237 67 54 0 46 344 46 55
Binary 1000111 1011001 10011111 110111 101100 0 100110 11100100 100110 101101

Color Harmonies of #47599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47599F

Black with #47599F

Text Example


Text Example

White with #47599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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