Html Css Color HEX #47549B Governor Bay

📋 copy color: '#47549B'

red 71 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #47549B

Tints of Governor Bay #47549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 22.9%
G = 27.1%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47549B (or 0x47549B) is known color: Governor Bay. HEX triplet: 47, 54 and 9B. RGB value is (71,84,155). Sum of RGB (Red+Green+Blue) = 71+84+155=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #47549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549B is #B8AB64. Grayscale: #575757. Windows color (decimal): -12102501 or 10179655. OLE color: 10179655.

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

Color convert

RGB 71 84 155 -
CMYK 0.54 0.46 0 0.39
HSL 230.71º 0.37% 0.44% -
HSV(B) 230.71º 0.54% 0.61% -
XYZ 11.69 10.05 32.33 -
YUV 88.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 71 84 155 0.54 0.46 0 0.39 230.71 0.37 0.44
Hex 47 54 9B 36 2E 0 27 E7 25 2C
Octal 107 124 233 66 56 0 47 347 45 54
Binary 1000111 1010100 10011011 110110 101110 0 100111 11100111 100101 101100

Color Harmonies of #47549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47549B

Black with #47549B

Text Example


Text Example

White with #47549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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