Html Css Color HEX #47639F Mariner

📋 copy color: '#47639F'

red 71 ◦ green 99 ◦ blue 159

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

Shades of Mariner #47639F

Tints of Mariner #47639F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 21.58%
G = 30.09%
B = 48.33%

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

#47639F (or 0x47639F) is known color: Mariner. HEX triplet: 47, 63 and 9F. RGB value is (71,99,159). Sum of RGB (Red+Green+Blue) = 71+99+159=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #47639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47639F is #B89C60. Grayscale: #616161. Windows color (decimal): -12098657 or 10445639. OLE color: 10445639.

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

Color convert

RGB 71 99 159 -
CMYK 0.55 0.38 0 0.38
HSL 220.91º 0.38% 0.45% -
HSV(B) 220.91º 0.55% 0.62% -
XYZ 13.32 12.77 34.56 -
YUV 97.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 71 99 159 0.55 0.38 0 0.38 220.91 0.38 0.45
Hex 47 63 9F 37 26 0 26 DD 26 2D
Octal 107 143 237 67 46 0 46 335 46 55
Binary 1000111 1100011 10011111 110111 100110 0 100110 11011101 100110 101101

Color Harmonies of #47639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47639F

Black with #47639F

Text Example


Text Example

White with #47639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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