Html Css Color HEX #47659A Mariner

📋 copy color: '#47659A'

red 71 ◦ green 101 ◦ blue 154

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

Shades of Mariner #47659A

Tints of Mariner #47659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 21.78%
G = 30.98%
B = 47.24%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47659A (or 0x47659A) is known color: Mariner. HEX triplet: 47, 65 and 9A. RGB value is (71,101,154). Sum of RGB (Red+Green+Blue) = 71+101+154=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #47659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47659A is #B89A65. Grayscale: #616161. Windows color (decimal): -12098150 or 10118471. OLE color: 10118471.

HSL color Cylindrical-coordinate representation of color #47659A: hue angle of 218.31º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47659A is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 101 154 -
CMYK 0.54 0.34 0 0.40
HSL 218.31º 0.37% 0.44% -
HSV(B) 218.31º 0.54% 0.6% -
XYZ 13.08 12.98 32.39 -
YUV 98.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 71 101 154 0.54 0.34 0 0.40 218.31 0.37 0.44
Hex 47 65 9A 36 22 0 28 DA 25 2C
Octal 107 145 232 66 42 0 50 332 45 54
Binary 1000111 1100101 10011010 110110 100010 0 101000 11011010 100101 101100

Color Harmonies of #47659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47659A

Black with #47659A

Text Example


Text Example

White with #47659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47659A; }

 p { color: rgb(71,101,154); }

 H1.HeaderClassName
 {
   color: #47659A;
 }
 .AnyTagClassName
 {
   color: #47659A;
 }
</style>

background-color css

<style>
 a { background-color: #47659A; }

 a { background-color: rgb(71,101,154); }

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

border-color css

<style>
 span { border-color: #47659A; }

 span { border-color: rgb(71,101,154); }

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