Html Css Color HEX #47639D Mariner

📋 copy color: '#47639D'

red 71 ◦ green 99 ◦ blue 157

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

Shades of Mariner #47639D

Tints of Mariner #47639D

RGB

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

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

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

R = 21.71%
G = 30.28%
B = 48.01%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47639D (or 0x47639D) is known color: Mariner. HEX triplet: 47, 63 and 9D. RGB value is (71,99,157). Sum of RGB (Red+Green+Blue) = 71+99+157=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #47639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47639D is #B89C62. Grayscale: #606060. Windows color (decimal): -12098659 or 10314567. OLE color: 10314567.

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

Color convert

RGB 71 99 157 -
CMYK 0.55 0.37 0 0.38
HSL 220.47º 0.38% 0.45% -
HSV(B) 220.47º 0.55% 0.62% -
XYZ 13.15 12.7 33.66 -
YUV 97.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 71 99 157 0.55 0.37 0 0.38 220.47 0.38 0.45
Hex 47 63 9D 37 25 0 26 DC 26 2D
Octal 107 143 235 67 45 0 46 334 46 55
Binary 1000111 1100011 10011101 110111 100101 0 100110 11011100 100110 101101

Color Harmonies of #47639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47639D

Black with #47639D

Text Example


Text Example

White with #47639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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