Html Css Color HEX #47579F Governor Bay

📋 copy color: '#47579F'

red 71 ◦ green 87 ◦ blue 159

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

Shades of Governor Bay #47579F

Tints of Governor Bay #47579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 22.4%
G = 27.44%
B = 50.16%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47579F (or 0x47579F) is known color: Governor Bay. HEX triplet: 47, 57 and 9F. RGB value is (71,87,159). Sum of RGB (Red+Green+Blue) = 71+87+159=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #47579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47579F is #B8A860. Grayscale: #5A5A5A. Windows color (decimal): -12101729 or 10442567. OLE color: 10442567.

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

Color convert

RGB 71 87 159 -
CMYK 0.55 0.45 0 0.38
HSL 229.09º 0.38% 0.45% -
HSV(B) 229.09º 0.55% 0.62% -
XYZ 12.26 10.66 34.21 -
YUV 90.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 71 87 159 0.55 0.45 0 0.38 229.09 0.38 0.45
Hex 47 57 9F 37 2D 0 26 E5 26 2D
Octal 107 127 237 67 55 0 46 345 46 55
Binary 1000111 1010111 10011111 110111 101101 0 100110 11100101 100110 101101

Color Harmonies of #47579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47579F

Black with #47579F

Text Example


Text Example

White with #47579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47579F; }

 p { color: rgb(71,87,159); }

 H1.HeaderClassName
 {
   color: #47579F;
 }
 .AnyTagClassName
 {
   color: #47579F;
 }
</style>

background-color css

<style>
 a { background-color: #47579F; }

 a { background-color: rgb(71,87,159); }

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

border-color css

<style>
 span { border-color: #47579F; }

 span { border-color: rgb(71,87,159); }

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