Html Css Color HEX #47508E Governor Bay

📋 copy color: '#47508E'

red 71 ◦ green 80 ◦ blue 142

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

Shades of Governor Bay #47508E

Tints of Governor Bay #47508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 24.23%
G = 27.3%
B = 48.46%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47508E (or 0x47508E) is known color: Governor Bay. HEX triplet: 47, 50 and 8E. RGB value is (71,80,142). Sum of RGB (Red+Green+Blue) = 71+80+142=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #47508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47508E is #B8AF71. Grayscale: #545454. Windows color (decimal): -12103538 or 9326663. OLE color: 9326663.

HSL color Cylindrical-coordinate representation of color #47508E: hue angle of 232.39º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47508E is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 80 142 -
CMYK 0.5 0.44 0 0.44
HSL 232.39º 0.33% 0.42% -
HSV(B) 232.39º 0.5% 0.56% -
XYZ 10.35 9.03 26.79 -
YUV 84.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 71 80 142 0.5 0.44 0 0.44 232.39 0.33 0.42
Hex 47 50 8E 32 2C 0 2C E8 21 2A
Octal 107 120 216 62 54 0 54 350 41 52
Binary 1000111 1010000 10001110 110010 101100 0 101100 11101000 100001 101010

Color Harmonies of #47508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47508E

Black with #47508E

Text Example


Text Example

White with #47508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,80,142); }

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

background-color css

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

 a { background-color: rgb(71,80,142); }

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

border-color css

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

 span { border-color: rgb(71,80,142); }

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