Html Css Color HEX #47518E Governor Bay

📋 copy color: '#47518E'

red 71 ◦ green 81 ◦ blue 142

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

Shades of Governor Bay #47518E

Tints of Governor Bay #47518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 24.15%
G = 27.55%
B = 48.3%

CMYK

 C value IS 0.5

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47518E (or 0x47518E) is known color: Governor Bay. HEX triplet: 47, 51 and 8E. RGB value is (71,81,142). Sum of RGB (Red+Green+Blue) = 71+81+142=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #47518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47518E is #B8AE71. Grayscale: #545454. Windows color (decimal): -12103282 or 9326919. OLE color: 9326919.

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

Color convert

RGB 71 81 142 -
CMYK 0.5 0.43 0 0.44
HSL 231.55º 0.33% 0.42% -
HSV(B) 231.55º 0.5% 0.56% -
XYZ 10.42 9.18 26.81 -
YUV 84.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 71 81 142 0.5 0.43 0 0.44 231.55 0.33 0.42
Hex 47 51 8E 32 2B 0 2C E8 21 2A
Octal 107 121 216 62 53 0 54 350 41 52
Binary 1000111 1010001 10001110 110010 101011 0 101100 11101000 100001 101010

Color Harmonies of #47518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47518E

Black with #47518E

Text Example


Text Example

White with #47518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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