Html Css Color HEX #47508B Governor Bay

📋 copy color: '#47508B'

red 71 ◦ green 80 ◦ blue 139

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

Shades of Governor Bay #47508B

Tints of Governor Bay #47508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 24.48%
G = 27.59%
B = 47.93%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47508B (or 0x47508B) is known color: Governor Bay. HEX triplet: 47, 50 and 8B. RGB value is (71,80,139). Sum of RGB (Red+Green+Blue) = 71+80+139=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #47508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47508B is #B8AF74. Grayscale: #535353. Windows color (decimal): -12103541 or 9130055. OLE color: 9130055.

HSL color Cylindrical-coordinate representation of color #47508B: hue angle of 232.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47508B is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 80 139 -
CMYK 0.49 0.42 0 0.45
HSL 232.06º 0.32% 0.41% -
HSV(B) 232.06º 0.49% 0.55% -
XYZ 10.13 8.94 25.62 -
YUV 84.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 71 80 139 0.49 0.42 0 0.45 232.06 0.32 0.41
Hex 47 50 8B 31 2A 0 2D E8 20 29
Octal 107 120 213 61 52 0 55 350 40 51
Binary 1000111 1010000 10001011 110001 101010 0 101101 11101000 100000 101001

Color Harmonies of #47508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47508B

Black with #47508B

Text Example


Text Example

White with #47508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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