Html Css Color HEX #47508D Governor Bay

📋 copy color: '#47508D'

red 71 ◦ green 80 ◦ blue 141

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

Shades of Governor Bay #47508D

Tints of Governor Bay #47508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 24.32%
G = 27.4%
B = 48.29%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47508D (or 0x47508D) is known color: Governor Bay. HEX triplet: 47, 50 and 8D. RGB value is (71,80,141). Sum of RGB (Red+Green+Blue) = 71+80+141=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #47508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47508D is #B8AF72. Grayscale: #545454. Windows color (decimal): -12103539 or 9261127. OLE color: 9261127.

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

Color convert

RGB 71 80 141 -
CMYK 0.50 0.43 0 0.45
HSL 232.29º 0.33% 0.42% -
HSV(B) 232.29º 0.5% 0.55% -
XYZ 10.27 9 26.39 -
YUV 84.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 71 80 141 0.50 0.43 0 0.45 232.29 0.33 0.42
Hex 47 50 8D 32 2B 0 2D E8 21 2A
Octal 107 120 215 62 53 0 55 350 41 52
Binary 1000111 1010000 10001101 110010 101011 0 101101 11101000 100001 101010

Color Harmonies of #47508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47508D

Black with #47508D

Text Example


Text Example

White with #47508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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