Html Css Color HEX #47518C Governor Bay

📋 copy color: '#47518C'

red 71 ◦ green 81 ◦ blue 140

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

Shades of Governor Bay #47518C

Tints of Governor Bay #47518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 24.32%
G = 27.74%
B = 47.95%

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

#47518C (or 0x47518C) is known color: Governor Bay. HEX triplet: 47, 51 and 8C. RGB value is (71,81,140). Sum of RGB (Red+Green+Blue) = 71+81+140=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #47518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47518C is #B8AE73. Grayscale: #545454. Windows color (decimal): -12103284 or 9195847. OLE color: 9195847.

HSL color Cylindrical-coordinate representation of color #47518C: hue angle of 231.3º degrees, saturation: 0.33, 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 #47518C is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 81 140 -
CMYK 0.49 0.42 0 0.45
HSL 231.3º 0.33% 0.41% -
HSV(B) 231.3º 0.49% 0.55% -
XYZ 10.27 9.12 26.03 -
YUV 84.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 71 81 140 0.49 0.42 0 0.45 231.3 0.33 0.41
Hex 47 51 8C 31 2A 0 2D E7 21 29
Octal 107 121 214 61 52 0 55 347 41 51
Binary 1000111 1010001 10001100 110001 101010 0 101101 11100111 100001 101001

Color Harmonies of #47518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47518C

Black with #47518C

Text Example


Text Example

White with #47518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,81,140); }

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

background-color css

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

 a { background-color: rgb(71,81,140); }

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

border-color css

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

 span { border-color: rgb(71,81,140); }

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