Html Css Color HEX #47639B Mariner

📋 copy color: '#47639B'

red 71 ◦ green 99 ◦ blue 155

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

Shades of Mariner #47639B

Tints of Mariner #47639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 21.85%
G = 30.46%
B = 47.69%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47639B (or 0x47639B) is known color: Mariner. HEX triplet: 47, 63 and 9B. RGB value is (71,99,155). Sum of RGB (Red+Green+Blue) = 71+99+155=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #47639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47639B is #B89C64. Grayscale: #606060. Windows color (decimal): -12098661 or 10183495. OLE color: 10183495.

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

Color convert

RGB 71 99 155 -
CMYK 0.54 0.36 0 0.39
HSL 220º 0.37% 0.44% -
HSV(B) 220º 0.54% 0.61% -
XYZ 12.98 12.63 32.76 -
YUV 97.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 71 99 155 0.54 0.36 0 0.39 220 0.37 0.44
Hex 47 63 9B 36 24 0 27 DC 25 2C
Octal 107 143 233 66 44 0 47 334 45 54
Binary 1000111 1100011 10011011 110110 100100 0 100111 11011100 100101 101100

Color Harmonies of #47639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47639B

Black with #47639B

Text Example


Text Example

White with #47639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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