Html Css Color HEX #47629C Mariner

📋 copy color: '#47629C'

red 71 ◦ green 98 ◦ blue 156

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

Shades of Mariner #47629C

Tints of Mariner #47629C

RGB

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

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

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

R = 21.85%
G = 30.15%
B = 48%

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

#47629C (or 0x47629C) is known color: Mariner. HEX triplet: 47, 62 and 9C. RGB value is (71,98,156). Sum of RGB (Red+Green+Blue) = 71+98+156=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #47629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47629C is #B89D63. Grayscale: #606060. Windows color (decimal): -12098916 or 10248775. OLE color: 10248775.

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

Color convert

RGB 71 98 156 -
CMYK 0.54 0.37 0 0.39
HSL 220.94º 0.37% 0.45% -
HSV(B) 220.94º 0.54% 0.61% -
XYZ 12.97 12.48 33.18 -
YUV 96.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 71 98 156 0.54 0.37 0 0.39 220.94 0.37 0.45
Hex 47 62 9C 36 25 0 27 DD 25 2D
Octal 107 142 234 66 45 0 47 335 45 55
Binary 1000111 1100010 10011100 110110 100101 0 100111 11011101 100101 101101

Color Harmonies of #47629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47629C

Black with #47629C

Text Example


Text Example

White with #47629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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