Html Css Color HEX #47509C Governor Bay

📋 copy color: '#47509C'

red 71 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #47509C

Tints of Governor Bay #47509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 23.13%
G = 26.06%
B = 50.81%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47509C (or 0x47509C) is known color: Governor Bay. HEX triplet: 47, 50 and 9C. RGB value is (71,80,156). Sum of RGB (Red+Green+Blue) = 71+80+156=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #47509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47509C is #B8AF63. Grayscale: #555555. Windows color (decimal): -12103524 or 10244167. OLE color: 10244167.

HSL color Cylindrical-coordinate representation of color #47509C: hue angle of 233.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47509C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 80 156 -
CMYK 0.54 0.49 0 0.39
HSL 233.65º 0.37% 0.45% -
HSV(B) 233.65º 0.54% 0.61% -
XYZ 11.47 9.48 32.68 -
YUV 85.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 71 80 156 0.54 0.49 0 0.39 233.65 0.37 0.45
Hex 47 50 9C 36 31 0 27 EA 25 2D
Octal 107 120 234 66 61 0 47 352 45 55
Binary 1000111 1010000 10011100 110110 110001 0 100111 11101010 100101 101101

Color Harmonies of #47509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47509C

Black with #47509C

Text Example


Text Example

White with #47509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47509C; }

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

 H1.HeaderClassName
 {
   color: #47509C;
 }
 .AnyTagClassName
 {
   color: #47509C;
 }
</style>

background-color css

<style>
 a { background-color: #47509C; }

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

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

border-color css

<style>
 span { border-color: #47509C; }

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

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