Html Css Color HEX #47519D Governor Bay

📋 copy color: '#47519D'

red 71 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #47519D

Tints of Governor Bay #47519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 22.98%
G = 26.21%
B = 50.81%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47519D (or 0x47519D) is known color: Governor Bay. HEX triplet: 47, 51 and 9D. RGB value is (71,81,157). Sum of RGB (Red+Green+Blue) = 71+81+157=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #47519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47519D is #B8AE62. Grayscale: #565656. Windows color (decimal): -12103267 or 10309959. OLE color: 10309959.

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

Color convert

RGB 71 81 157 -
CMYK 0.55 0.48 0 0.38
HSL 233.02º 0.38% 0.45% -
HSV(B) 233.02º 0.55% 0.62% -
XYZ 11.63 9.66 33.15 -
YUV 86.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 71 81 157 0.55 0.48 0 0.38 233.02 0.38 0.45
Hex 47 51 9D 37 30 0 26 E9 26 2D
Octal 107 121 235 67 60 0 46 351 46 55
Binary 1000111 1010001 10011101 110111 110000 0 100110 11101001 100110 101101

Color Harmonies of #47519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47519D

Black with #47519D

Text Example


Text Example

White with #47519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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