#4C47A4

Color #4C47A4 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4C47A4

Tints of Governor Bay #4C47A4

Color information

#4C47A4 (or 0x4C47A4) is unknown color: approx Governor Bay. HEX triplet: 4C, 47 and A4. RGB value is (76,71,164). Sum of RGB (Red+Green+Blue) = 76+71+164=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C47A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C47A4 is #B3B85B. Grayscale: #525252. Windows color (decimal): -11778140 or 10766156. OLE color: 10766156.

HSL color Cylindrical-coordinate representation of color #4C47A4: hue angle of 243.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C47A4 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7671164-
CMYK0.540.5700.36
HSL243.23º39.57%46.08%-
HSV(B)243.23º56.71%64.31%-
XYZ11.938.7236.18-
YUV83.1173.66122.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 164 (64.45% from 255) = 52.73%
R=24.44%
G=22.83%
B=52.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76711640.540.5700.36243.2339.5746.08
Hex4C47A43639024f3282e
Octal11410724466710443635056
Binary1001100100011110100100110110111001010010011110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C47A4; }

 p { color: rgb(76,71,164); }

 H1.HeaderClassName
 {
   color: #4C47A4;
 }
 .AnyTagClassName
 {
   color: #4C47A4;
 }
</style>
background-color css

<style>
 a { background-color: #4C47A4; }

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

 div.DivClassName
 {
   background-color: #4C47A4;
 }
 .BgClassName
 {
   background-color: #4C47A4;
 }
</style>
border-color css

<style>
 span { border-color: #4C47A4; }

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

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