Html Css Color HEX #47649B Mariner

📋 copy color: '#47649B'

red 71 ◦ green 100 ◦ blue 155

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

Shades of Mariner #47649B

Tints of Mariner #47649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 21.78%
G = 30.67%
B = 47.55%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47649B (or 0x47649B) is known color: Mariner. HEX triplet: 47, 64 and 9B. RGB value is (71,100,155). Sum of RGB (Red+Green+Blue) = 71+100+155=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #47649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47649B is #B89B64. Grayscale: #616161. Windows color (decimal): -12098405 or 10183751. OLE color: 10183751.

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

Color convert

RGB 71 100 155 -
CMYK 0.54 0.35 0 0.39
HSL 219.29º 0.37% 0.44% -
HSV(B) 219.29º 0.54% 0.61% -
XYZ 13.07 12.82 32.8 -
YUV 97.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 71 100 155 0.54 0.35 0 0.39 219.29 0.37 0.44
Hex 47 64 9B 36 23 0 27 DB 25 2C
Octal 107 144 233 66 43 0 47 333 45 54
Binary 1000111 1100100 10011011 110110 100011 0 100111 11011011 100101 101100

Color Harmonies of #47649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47649B

Black with #47649B

Text Example


Text Example

White with #47649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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