Html Css Color HEX #47489B Governor Bay

📋 copy color: '#47489B'

red 71 ◦ green 72 ◦ blue 155

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

Shades of Governor Bay #47489B

Tints of Governor Bay #47489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 23.83%
G = 24.16%
B = 52.01%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47489B (or 0x47489B) is known color: Governor Bay. HEX triplet: 47, 48 and 9B. RGB value is (71,72,155). Sum of RGB (Red+Green+Blue) = 71+72+155=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #47489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47489B is #B8B764. Grayscale: #505050. Windows color (decimal): -12105573 or 10176583. OLE color: 10176583.

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

Color convert

RGB 71 72 155 -
CMYK 0.54 0.54 0 0.39
HSL 239.29º 0.37% 0.44% -
HSV(B) 239.29º 0.54% 0.61% -
XYZ 10.83 8.34 32.05 -
YUV 81.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 71 72 155 0.54 0.54 0 0.39 239.29 0.37 0.44
Hex 47 48 9B 36 36 0 27 EF 25 2C
Octal 107 110 233 66 66 0 47 357 45 54
Binary 1000111 1001000 10011011 110110 110110 0 100111 11101111 100101 101100

Color Harmonies of #47489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47489B

Black with #47489B

Text Example


Text Example

White with #47489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,72,155); }

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

background-color css

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

 a { background-color: rgb(71,72,155); }

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

border-color css

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

 span { border-color: rgb(71,72,155); }

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