Html Css Color HEX #47589D Governor Bay

📋 copy color: '#47589D'

red 71 ◦ green 88 ◦ blue 157

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

Shades of Governor Bay #47589D

Tints of Governor Bay #47589D

RGB

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

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

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

R = 22.47%
G = 27.85%
B = 49.68%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47589D (or 0x47589D) is known color: Governor Bay. HEX triplet: 47, 58 and 9D. RGB value is (71,88,157). Sum of RGB (Red+Green+Blue) = 71+88+157=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #47589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47589D is #B8A762. Grayscale: #5A5A5A. Windows color (decimal): -12101475 or 10311751. OLE color: 10311751.

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

Color convert

RGB 71 88 157 -
CMYK 0.55 0.44 0 0.38
HSL 228.14º 0.38% 0.45% -
HSV(B) 228.14º 0.55% 0.62% -
XYZ 12.17 10.75 33.33 -
YUV 90.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 71 88 157 0.55 0.44 0 0.38 228.14 0.38 0.45
Hex 47 58 9D 37 2C 0 26 E4 26 2D
Octal 107 130 235 67 54 0 46 344 46 55
Binary 1000111 1011000 10011101 110111 101100 0 100110 11100100 100110 101101

Color Harmonies of #47589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47589D

Black with #47589D

Text Example


Text Example

White with #47589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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