Html Css Color HEX #47549D Governor Bay

📋 copy color: '#47549D'

red 71 ◦ green 84 ◦ blue 157

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

Shades of Governor Bay #47549D

Tints of Governor Bay #47549D

RGB

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

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

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

R = 22.76%
G = 26.92%
B = 50.32%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47549D (or 0x47549D) is known color: Governor Bay. HEX triplet: 47, 54 and 9D. RGB value is (71,84,157). Sum of RGB (Red+Green+Blue) = 71+84+157=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #47549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549D is #B8AB62. Grayscale: #585858. Windows color (decimal): -12102499 or 10310727. OLE color: 10310727.

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

Color convert

RGB 71 84 157 -
CMYK 0.55 0.46 0 0.38
HSL 230.93º 0.38% 0.45% -
HSV(B) 230.93º 0.55% 0.62% -
XYZ 11.85 10.11 33.23 -
YUV 88.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 71 84 157 0.55 0.46 0 0.38 230.93 0.38 0.45
Hex 47 54 9D 37 2E 0 26 E7 26 2D
Octal 107 124 235 67 56 0 46 347 46 55
Binary 1000111 1010100 10011101 110111 101110 0 100110 11100111 100110 101101

Color Harmonies of #47549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47549D

Black with #47549D

Text Example


Text Example

White with #47549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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