Html Css Color HEX #47518D Governor Bay

📋 copy color: '#47518D'

red 71 ◦ green 81 ◦ blue 141

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

Shades of Governor Bay #47518D

Tints of Governor Bay #47518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 24.23%
G = 27.65%
B = 48.12%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47518D (or 0x47518D) is known color: Governor Bay. HEX triplet: 47, 51 and 8D. RGB value is (71,81,141). Sum of RGB (Red+Green+Blue) = 71+81+141=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #47518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47518D is #B8AE72. Grayscale: #545454. Windows color (decimal): -12103283 or 9261383. OLE color: 9261383.

HSL color Cylindrical-coordinate representation of color #47518D: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47518D is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 81 141 -
CMYK 0.50 0.43 0 0.45
HSL 231.43º 0.33% 0.42% -
HSV(B) 231.43º 0.5% 0.55% -
XYZ 10.35 9.15 26.42 -
YUV 84.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 71 81 141 0.50 0.43 0 0.45 231.43 0.33 0.42
Hex 47 51 8D 32 2B 0 2D E7 21 2A
Octal 107 121 215 62 53 0 55 347 41 52
Binary 1000111 1010001 10001101 110010 101011 0 101101 11100111 100001 101010

Color Harmonies of #47518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47518D

Black with #47518D

Text Example


Text Example

White with #47518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,81,141); }

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

background-color css

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

 a { background-color: rgb(71,81,141); }

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

border-color css

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

 span { border-color: rgb(71,81,141); }

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