Html Css Color HEX #47489A Governor Bay

📋 copy color: '#47489A'

red 71 ◦ green 72 ◦ blue 154

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

Shades of Governor Bay #47489A

Tints of Governor Bay #47489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 23.91%
G = 24.24%
B = 51.85%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47489A (or 0x47489A) is known color: Governor Bay. HEX triplet: 47, 48 and 9A. RGB value is (71,72,154). Sum of RGB (Red+Green+Blue) = 71+72+154=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #47489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47489A is #B8B765. Grayscale: #505050. Windows color (decimal): -12105574 or 10111047. OLE color: 10111047.

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

Color convert

RGB 71 72 154 -
CMYK 0.54 0.53 0 0.40
HSL 239.28º 0.37% 0.44% -
HSV(B) 239.28º 0.54% 0.6% -
XYZ 10.75 8.31 31.61 -
YUV 81.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 71 72 154 0.54 0.53 0 0.40 239.28 0.37 0.44
Hex 47 48 9A 36 35 0 28 EF 25 2C
Octal 107 110 232 66 65 0 50 357 45 54
Binary 1000111 1001000 10011010 110110 110101 0 101000 11101111 100101 101100

Color Harmonies of #47489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47489A

Black with #47489A

Text Example


Text Example

White with #47489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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