Html Css Color HEX #4747AA Governor Bay

📋 copy color: '#4747AA'

red 71 ◦ green 71 ◦ blue 170

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

Shades of Governor Bay #4747AA

Tints of Governor Bay #4747AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 22.76%
G = 22.76%
B = 54.49%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4747AA (or 0x4747AA) is known color: Governor Bay. HEX triplet: 47, 47 and AA. RGB value is (71,71,170). Sum of RGB (Red+Green+Blue) = 71+71+170=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #4747AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4747AA is #B8B855. Grayscale: #515151. Windows color (decimal): -12105814 or 11159367. OLE color: 11159367.

HSL color Cylindrical-coordinate representation of color #4747AA: hue angle of 240º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4747AA is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 71 170 -
CMYK 0.58 0.58 0 0.33
HSL 240º 0.41% 0.47% -
HSV(B) 240º 0.58% 0.67% -
XYZ 12.11 8.75 39.08 -
YUV 82.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 71 71 170 0.58 0.58 0 0.33 240 0.41 0.47
Hex 47 47 AA 3A 3A 0 21 F0 29 2F
Octal 107 107 252 72 72 0 41 360 51 57
Binary 1000111 1000111 10101010 111010 111010 0 100001 11110000 101001 101111

Color Harmonies of #4747AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4747AA

Black with #4747AA

Text Example


Text Example

White with #4747AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4747AA; }

 p { color: rgb(71,71,170); }

 H1.HeaderClassName
 {
   color: #4747AA;
 }
 .AnyTagClassName
 {
   color: #4747AA;
 }
</style>

background-color css

<style>
 a { background-color: #4747AA; }

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

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

border-color css

<style>
 span { border-color: #4747AA; }

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

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