Html Css Color HEX #47569D Governor Bay

📋 copy color: '#47569D'

red 71 ◦ green 86 ◦ blue 157

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

Shades of Governor Bay #47569D

Tints of Governor Bay #47569D

RGB

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

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

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

R = 22.61%
G = 27.39%
B = 50%

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

#47569D (or 0x47569D) is known color: Governor Bay. HEX triplet: 47, 56 and 9D. RGB value is (71,86,157). Sum of RGB (Red+Green+Blue) = 71+86+157=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #47569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47569D is #B8A962. Grayscale: #595959. Windows color (decimal): -12101987 or 10311239. OLE color: 10311239.

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

Color convert

RGB 71 86 157 -
CMYK 0.55 0.45 0 0.38
HSL 229.53º 0.38% 0.45% -
HSV(B) 229.53º 0.55% 0.62% -
XYZ 12.01 10.43 33.28 -
YUV 89.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 71 86 157 0.55 0.45 0 0.38 229.53 0.38 0.45
Hex 47 56 9D 37 2D 0 26 E6 26 2D
Octal 107 126 235 67 55 0 46 346 46 55
Binary 1000111 1010110 10011101 110111 101101 0 100110 11100110 100110 101101

Color Harmonies of #47569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47569D

Black with #47569D

Text Example


Text Example

White with #47569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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