Html Css Color HEX #47539D Governor Bay

📋 copy color: '#47539D'

red 71 ◦ green 83 ◦ blue 157

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

Shades of Governor Bay #47539D

Tints of Governor Bay #47539D

RGB

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

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

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

R = 22.83%
G = 26.69%
B = 50.48%

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

#47539D (or 0x47539D) is known color: Governor Bay. HEX triplet: 47, 53 and 9D. RGB value is (71,83,157). Sum of RGB (Red+Green+Blue) = 71+83+157=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #47539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47539D is #B8AC62. Grayscale: #575757. Windows color (decimal): -12102755 or 10310471. OLE color: 10310471.

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

Color convert

RGB 71 83 157 -
CMYK 0.55 0.47 0 0.38
HSL 231.63º 0.38% 0.45% -
HSV(B) 231.63º 0.55% 0.62% -
XYZ 11.78 9.96 33.2 -
YUV 87.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 71 83 157 0.55 0.47 0 0.38 231.63 0.38 0.45
Hex 47 53 9D 37 2F 0 26 E8 26 2D
Octal 107 123 235 67 57 0 46 350 46 55
Binary 1000111 1010011 10011101 110111 101111 0 100110 11101000 100110 101101

Color Harmonies of #47539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47539D

Black with #47539D

Text Example


Text Example

White with #47539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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