Html Css Color HEX #47629D Mariner

📋 copy color: '#47629D'

red 71 ◦ green 98 ◦ blue 157

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

Shades of Mariner #47629D

Tints of Mariner #47629D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 21.78%
G = 30.06%
B = 48.16%

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

#47629D (or 0x47629D) is known color: Mariner. HEX triplet: 47, 62 and 9D. RGB value is (71,98,157). Sum of RGB (Red+Green+Blue) = 71+98+157=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #47629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47629D is #B89D62. Grayscale: #606060. Windows color (decimal): -12098915 or 10314311. OLE color: 10314311.

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

Color convert

RGB 71 98 157 -
CMYK 0.55 0.38 0 0.38
HSL 221.16º 0.38% 0.45% -
HSV(B) 221.16º 0.55% 0.62% -
XYZ 13.05 12.51 33.62 -
YUV 96.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 71 98 157 0.55 0.38 0 0.38 221.16 0.38 0.45
Hex 47 62 9D 37 26 0 26 DD 26 2D
Octal 107 142 235 67 46 0 46 335 46 55
Binary 1000111 1100010 10011101 110111 100110 0 100110 11011101 100110 101101

Color Harmonies of #47629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47629D

Black with #47629D

Text Example


Text Example

White with #47629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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