Html Css Color HEX #47599B Mariner

📋 copy color: '#47599B'

red 71 ◦ green 89 ◦ blue 155

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

Shades of Mariner #47599B

Tints of Mariner #47599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 22.54%
G = 28.25%
B = 49.21%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47599B (or 0x47599B) is known color: Mariner. HEX triplet: 47, 59 and 9B. RGB value is (71,89,155). Sum of RGB (Red+Green+Blue) = 71+89+155=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #47599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599B is #B8A664. Grayscale: #5A5A5A. Windows color (decimal): -12101221 or 10180935. OLE color: 10180935.

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

Color convert

RGB 71 89 155 -
CMYK 0.54 0.43 0 0.39
HSL 227.14º 0.37% 0.44% -
HSV(B) 227.14º 0.54% 0.61% -
XYZ 12.09 10.85 32.47 -
YUV 91.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 71 89 155 0.54 0.43 0 0.39 227.14 0.37 0.44
Hex 47 59 9B 36 2B 0 27 E3 25 2C
Octal 107 131 233 66 53 0 47 343 45 54
Binary 1000111 1011001 10011011 110110 101011 0 100111 11100011 100101 101100

Color Harmonies of #47599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47599B

Black with #47599B

Text Example


Text Example

White with #47599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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