Html Css Color HEX #47539E Governor Bay

📋 copy color: '#47539E'

red 71 ◦ green 83 ◦ blue 158

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

Shades of Governor Bay #47539E

Tints of Governor Bay #47539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 22.76%
G = 26.6%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47539E (or 0x47539E) is known color: Governor Bay. HEX triplet: 47, 53 and 9E. RGB value is (71,83,158). Sum of RGB (Red+Green+Blue) = 71+83+158=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #47539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47539E is #B8AC61. Grayscale: #575757. Windows color (decimal): -12102754 or 10376007. OLE color: 10376007.

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

Color convert

RGB 71 83 158 -
CMYK 0.55 0.47 0 0.38
HSL 231.72º 0.38% 0.45% -
HSV(B) 231.72º 0.55% 0.62% -
XYZ 11.86 9.99 33.65 -
YUV 87.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 71 83 158 0.55 0.47 0 0.38 231.72 0.38 0.45
Hex 47 53 9E 37 2F 0 26 E8 26 2D
Octal 107 123 236 67 57 0 46 350 46 55
Binary 1000111 1010011 10011110 110111 101111 0 100110 11101000 100110 101101

Color Harmonies of #47539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47539E

Black with #47539E

Text Example


Text Example

White with #47539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,83,158); }

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

background-color css

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

 a { background-color: rgb(71,83,158); }

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

border-color css

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

 span { border-color: rgb(71,83,158); }

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