#4C47CC

Color #4C47CC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4C47CC

Tints of Free Speech Blue #4C47CC

Color information

#4C47CC (or 0x4C47CC) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 47 and CC. RGB value is (76,71,204). Sum of RGB (Red+Green+Blue) = 76+71+204=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C47CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C47CC is #B3B833. Grayscale: #575757. Windows color (decimal): -11778100 or 13387596. OLE color: 13387596.

HSL color Cylindrical-coordinate representation of color #4C47CC: hue angle of 242.26º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C47CC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7671204-
CMYK0.630.6500.2
HSL242.26º56.6%53.92%-
HSV(B)242.26º65.2%80%-
XYZ16.1310.458.28-
YUV87.66193.66119.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 204 (80.08% from 255) = 58.12%
R=21.65%
G=20.23%
B=58.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal76712040.630.6500.2242.2656.653.92
Hex4C47CC3F41014f23936
Octal114107314771010243627166
Binary1001100100011111001100111111100000101010011110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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