Html Css Color HEX #47569E Governor Bay

📋 copy color: '#47569E'

red 71 ◦ green 86 ◦ blue 158

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

Shades of Governor Bay #47569E

Tints of Governor Bay #47569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 22.54%
G = 27.3%
B = 50.16%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47569E (or 0x47569E) is known color: Governor Bay. HEX triplet: 47, 56 and 9E. RGB value is (71,86,158). Sum of RGB (Red+Green+Blue) = 71+86+158=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #47569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47569E is #B8A961. Grayscale: #595959. Windows color (decimal): -12101986 or 10376775. OLE color: 10376775.

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

Color convert

RGB 71 86 158 -
CMYK 0.55 0.46 0 0.38
HSL 229.66º 0.38% 0.45% -
HSV(B) 229.66º 0.55% 0.62% -
XYZ 12.1 10.46 33.73 -
YUV 89.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 71 86 158 0.55 0.46 0 0.38 229.66 0.38 0.45
Hex 47 56 9E 37 2E 0 26 E6 26 2D
Octal 107 126 236 67 56 0 46 346 46 55
Binary 1000111 1010110 10011110 110111 101110 0 100110 11100110 100110 101101

Color Harmonies of #47569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47569E

Black with #47569E

Text Example


Text Example

White with #47569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47569E; }

 p { color: rgb(71,86,158); }

 H1.HeaderClassName
 {
   color: #47569E;
 }
 .AnyTagClassName
 {
   color: #47569E;
 }
</style>

background-color css

<style>
 a { background-color: #47569E; }

 a { background-color: rgb(71,86,158); }

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

border-color css

<style>
 span { border-color: #47569E; }

 span { border-color: rgb(71,86,158); }

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