Html Css Color HEX #47559C Governor Bay

📋 copy color: '#47559C'

red 71 ◦ green 85 ◦ blue 156

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

Shades of Governor Bay #47559C

Tints of Governor Bay #47559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 22.76%
G = 27.24%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47559C (or 0x47559C) is known color: Governor Bay. HEX triplet: 47, 55 and 9C. RGB value is (71,85,156). Sum of RGB (Red+Green+Blue) = 71+85+156=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #47559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47559C is #B8AA63. Grayscale: #585858. Windows color (decimal): -12102244 or 10245447. OLE color: 10245447.

HSL color Cylindrical-coordinate representation of color #47559C: hue angle of 230.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47559C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 85 156 -
CMYK 0.54 0.46 0 0.39
HSL 230.12º 0.37% 0.45% -
HSV(B) 230.12º 0.54% 0.61% -
XYZ 11.85 10.24 32.8 -
YUV 88.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 71 85 156 0.54 0.46 0 0.39 230.12 0.37 0.45
Hex 47 55 9C 36 2E 0 27 E6 25 2D
Octal 107 125 234 66 56 0 47 346 45 55
Binary 1000111 1010101 10011100 110110 101110 0 100111 11100110 100101 101101

Color Harmonies of #47559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47559C

Black with #47559C

Text Example


Text Example

White with #47559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47559C; }

 p { color: rgb(71,85,156); }

 H1.HeaderClassName
 {
   color: #47559C;
 }
 .AnyTagClassName
 {
   color: #47559C;
 }
</style>

background-color css

<style>
 a { background-color: #47559C; }

 a { background-color: rgb(71,85,156); }

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

border-color css

<style>
 span { border-color: #47559C; }

 span { border-color: rgb(71,85,156); }

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