Html Css Color HEX #47629E Mariner

📋 copy color: '#47629E'

red 71 ◦ green 98 ◦ blue 158

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

Shades of Mariner #47629E

Tints of Mariner #47629E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 21.71%
G = 29.97%
B = 48.32%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47629E (or 0x47629E) is known color: Mariner. HEX triplet: 47, 62 and 9E. RGB value is (71,98,158). Sum of RGB (Red+Green+Blue) = 71+98+158=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #47629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47629E is #B89D61. Grayscale: #606060. Windows color (decimal): -12098914 or 10379847. OLE color: 10379847.

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

Color convert

RGB 71 98 158 -
CMYK 0.55 0.38 0 0.38
HSL 221.38º 0.38% 0.45% -
HSV(B) 221.38º 0.55% 0.62% -
XYZ 13.14 12.54 34.08 -
YUV 96.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 71 98 158 0.55 0.38 0 0.38 221.38 0.38 0.45
Hex 47 62 9E 37 26 0 26 DD 26 2D
Octal 107 142 236 67 46 0 46 335 46 55
Binary 1000111 1100010 10011110 110111 100110 0 100110 11011101 100110 101101

Color Harmonies of #47629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47629E

Black with #47629E

Text Example


Text Example

White with #47629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47629E; }

 p { color: rgb(71,98,158); }

 H1.HeaderClassName
 {
   color: #47629E;
 }
 .AnyTagClassName
 {
   color: #47629E;
 }
</style>

background-color css

<style>
 a { background-color: #47629E; }

 a { background-color: rgb(71,98,158); }

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

border-color css

<style>
 span { border-color: #47629E; }

 span { border-color: rgb(71,98,158); }

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