Html Css Color HEX #47589B Governor Bay

📋 copy color: '#47589B'

red 71 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #47589B

Tints of Governor Bay #47589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 22.61%
G = 28.03%
B = 49.36%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47589B (or 0x47589B) is known color: Governor Bay. HEX triplet: 47, 58 and 9B. RGB value is (71,88,155). Sum of RGB (Red+Green+Blue) = 71+88+155=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #47589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47589B is #B8A764. Grayscale: #5A5A5A. Windows color (decimal): -12101477 or 10180679. OLE color: 10180679.

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

Color convert

RGB 71 88 155 -
CMYK 0.54 0.43 0 0.39
HSL 227.86º 0.37% 0.44% -
HSV(B) 227.86º 0.54% 0.61% -
XYZ 12 10.69 32.44 -
YUV 90.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 71 88 155 0.54 0.43 0 0.39 227.86 0.37 0.44
Hex 47 58 9B 36 2B 0 27 E4 25 2C
Octal 107 130 233 66 53 0 47 344 45 54
Binary 1000111 1011000 10011011 110110 101011 0 100111 11100100 100101 101100

Color Harmonies of #47589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47589B

Black with #47589B

Text Example


Text Example

White with #47589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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