Html Css Color HEX #47619B Mariner

📋 copy color: '#47619B'

red 71 ◦ green 97 ◦ blue 155

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

Shades of Mariner #47619B

Tints of Mariner #47619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

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

R = 21.98%
G = 30.03%
B = 47.99%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47619B (or 0x47619B) is known color: Mariner. HEX triplet: 47, 61 and 9B. RGB value is (71,97,155). Sum of RGB (Red+Green+Blue) = 71+97+155=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #47619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47619B is #B89E64. Grayscale: #5F5F5F. Windows color (decimal): -12099173 or 10182983. OLE color: 10182983.

HSL color Cylindrical-coordinate representation of color #47619B: hue angle of 221.43º 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 #47619B is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 97 155 -
CMYK 0.54 0.37 0 0.39
HSL 221.43º 0.37% 0.44% -
HSV(B) 221.43º 0.54% 0.61% -
XYZ 12.79 12.26 32.7 -
YUV 95.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 71 97 155 0.54 0.37 0 0.39 221.43 0.37 0.44
Hex 47 61 9B 36 25 0 27 DD 25 2C
Octal 107 141 233 66 45 0 47 335 45 54
Binary 1000111 1100001 10011011 110110 100101 0 100111 11011101 100101 101100

Color Harmonies of #47619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47619B

Black with #47619B

Text Example


Text Example

White with #47619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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