Html Css Color HEX #47599C Mariner

📋 copy color: '#47599C'

red 71 ◦ green 89 ◦ blue 156

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

Shades of Mariner #47599C

Tints of Mariner #47599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 22.47%
G = 28.16%
B = 49.37%

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

#47599C (or 0x47599C) is known color: Mariner. HEX triplet: 47, 59 and 9C. RGB value is (71,89,156). Sum of RGB (Red+Green+Blue) = 71+89+156=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #47599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599C is #B8A663. Grayscale: #5A5A5A. Windows color (decimal): -12101220 or 10246471. OLE color: 10246471.

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

Color convert

RGB 71 89 156 -
CMYK 0.54 0.43 0 0.39
HSL 227.29º 0.37% 0.45% -
HSV(B) 227.29º 0.54% 0.61% -
XYZ 12.17 10.88 32.91 -
YUV 91.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 71 89 156 0.54 0.43 0 0.39 227.29 0.37 0.45
Hex 47 59 9C 36 2B 0 27 E3 25 2D
Octal 107 131 234 66 53 0 47 343 45 55
Binary 1000111 1011001 10011100 110110 101011 0 100111 11100011 100101 101101

Color Harmonies of #47599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47599C

Black with #47599C

Text Example


Text Example

White with #47599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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