#47619B

Color #47619B Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #47619B

Tints of Mariner #47619B

Color information

#47619B (or 0x47619B) is unknown color: approx 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

RGB7197155-
CMYK0.540.3700.39
HSL221.43º37.17%44.31%-
HSV(B)221.43º54.19%60.78%-
XYZ12.7912.2632.7-
YUV95.84161.39110.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71971550.540.3700.39221.4337.1744.31
Hex47619B3625027dd252c
Octal10714123366450473354554
Binary1000111110000110011011110110100101010011111011101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>