Html Css Color HEX #4747AB Governor Bay

📋 copy color: '#4747AB'

red 71 ◦ green 71 ◦ blue 171

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

Shades of Governor Bay #4747AB

Tints of Governor Bay #4747AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 22.68%
G = 22.68%
B = 54.63%

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

#4747AB (or 0x4747AB) is known color: Governor Bay. HEX triplet: 47, 47 and AB. RGB value is (71,71,171). Sum of RGB (Red+Green+Blue) = 71+71+171=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #4747AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4747AB is #B8B854. Grayscale: #525252. Windows color (decimal): -12105813 or 11224903. OLE color: 11224903.

HSL color Cylindrical-coordinate representation of color #4747AB: 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 #4747AB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 71 171 -
CMYK 0.58 0.58 0 0.33
HSL 240º 0.41% 0.47% -
HSV(B) 240º 0.58% 0.67% -
XYZ 12.2 8.79 39.58 -
YUV 82.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 71 71 171 0.58 0.58 0 0.33 240 0.41 0.47
Hex 47 47 AB 3A 3A 0 21 F0 29 2F
Octal 107 107 253 72 72 0 41 360 51 57
Binary 1000111 1000111 10101011 111010 111010 0 100001 11110000 101001 101111

Color Harmonies of #4747AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4747AB

Black with #4747AB

Text Example


Text Example

White with #4747AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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