Html Css Color HEX #47679F Mariner

📋 copy color: '#47679F'

red 71 ◦ green 103 ◦ blue 159

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

Shades of Mariner #47679F

Tints of Mariner #47679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 21.32%
G = 30.93%
B = 47.75%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47679F (or 0x47679F) is known color: Mariner. HEX triplet: 47, 67 and 9F. RGB value is (71,103,159). Sum of RGB (Red+Green+Blue) = 71+103+159=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #47679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47679F is #B89860. Grayscale: #636363. Windows color (decimal): -12097633 or 10446663. OLE color: 10446663.

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

Color convert

RGB 71 103 159 -
CMYK 0.55 0.35 0 0.38
HSL 218.18º 0.38% 0.45% -
HSV(B) 218.18º 0.55% 0.62% -
XYZ 13.71 13.54 34.69 -
YUV 99.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 71 103 159 0.55 0.35 0 0.38 218.18 0.38 0.45
Hex 47 67 9F 37 23 0 26 DA 26 2D
Octal 107 147 237 67 43 0 46 332 46 55
Binary 1000111 1100111 10011111 110111 100011 0 100110 11011010 100110 101101

Color Harmonies of #47679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47679F

Black with #47679F

Text Example


Text Example

White with #47679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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