Html Css Color HEX #47519B Governor Bay

📋 copy color: '#47519B'

red 71 ◦ green 81 ◦ blue 155

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

Shades of Governor Bay #47519B

Tints of Governor Bay #47519B

RGB

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

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

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

R = 23.13%
G = 26.38%
B = 50.49%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47519B (or 0x47519B) is known color: Governor Bay. HEX triplet: 47, 51 and 9B. RGB value is (71,81,155). Sum of RGB (Red+Green+Blue) = 71+81+155=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #47519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47519B is #B8AE64. Grayscale: #565656. Windows color (decimal): -12103269 or 10178887. OLE color: 10178887.

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

Color convert

RGB 71 81 155 -
CMYK 0.54 0.48 0 0.39
HSL 232.86º 0.37% 0.44% -
HSV(B) 232.86º 0.54% 0.61% -
XYZ 11.46 9.59 32.26 -
YUV 86.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 71 81 155 0.54 0.48 0 0.39 232.86 0.37 0.44
Hex 47 51 9B 36 30 0 27 E9 25 2C
Octal 107 121 233 66 60 0 47 351 45 54
Binary 1000111 1010001 10011011 110110 110000 0 100111 11101001 100101 101100

Color Harmonies of #47519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47519B

Black with #47519B

Text Example


Text Example

White with #47519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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