Html Css Color HEX #47629B Mariner

📋 copy color: '#47629B'

red 71 ◦ green 98 ◦ blue 155

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

Shades of Mariner #47629B

Tints of Mariner #47629B

RGB

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

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

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

R = 21.91%
G = 30.25%
B = 47.84%

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

#47629B (or 0x47629B) is known color: Mariner. HEX triplet: 47, 62 and 9B. RGB value is (71,98,155). Sum of RGB (Red+Green+Blue) = 71+98+155=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #47629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47629B is #B89D64. Grayscale: #606060. Windows color (decimal): -12098917 or 10183239. OLE color: 10183239.

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

Color convert

RGB 71 98 155 -
CMYK 0.54 0.37 0 0.39
HSL 220.71º 0.37% 0.44% -
HSV(B) 220.71º 0.54% 0.61% -
XYZ 12.88 12.44 32.73 -
YUV 96.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 71 98 155 0.54 0.37 0 0.39 220.71 0.37 0.44
Hex 47 62 9B 36 25 0 27 DD 25 2C
Octal 107 142 233 66 45 0 47 335 45 54
Binary 1000111 1100010 10011011 110110 100101 0 100111 11011101 100101 101100

Color Harmonies of #47629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47629B

Black with #47629B

Text Example


Text Example

White with #47629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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