#4C47CB

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

Shades of Free Speech Blue #4C47CB

Tints of Free Speech Blue #4C47CB

Color information

#4C47CB (or 0x4C47CB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 47 and CB. RGB value is (76,71,203). Sum of RGB (Red+Green+Blue) = 76+71+203=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C47CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C47CB is #B3B834. Grayscale: #575757. Windows color (decimal): -11778101 or 13322060. OLE color: 13322060.

HSL color Cylindrical-coordinate representation of color #4C47CB: hue angle of 242.27º degrees, saturation: 0.56, 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 #4C47CB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7671203-
CMYK0.630.6500.20
HSL242.27º55.93%53.73%-
HSV(B)242.27º65.02%79.61%-
XYZ16.0110.3557.65-
YUV87.54193.16119.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.71%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 203 (79.69% from 255) = 58%
R=21.71%
G=20.29%
B=58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76712030.630.6500.20242.2755.9353.73
Hex4C47CB3F41014f23836
Octal114107313771010243627066
Binary1001100100011111001011111111100000101010011110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C47CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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