#4C43BE

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

Shades of Free Speech Blue #4C43BE

Tints of Free Speech Blue #4C43BE

Color information

#4C43BE (or 0x4C43BE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 43 and BE. RGB value is (76,67,190). Sum of RGB (Red+Green+Blue) = 76+67+190=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C43BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C43BE is #B3BC41. Grayscale: #535353. Windows color (decimal): -11779138 or 12469068. OLE color: 12469068.

HSL color Cylindrical-coordinate representation of color #4C43BE: hue angle of 244.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C43BE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7667190-
CMYK0.600.6500.25
HSL244.39º48.62%50.39%-
HSV(B)244.39º64.74%74.51%-
XYZ14.289.2749.75-
YUV83.71187.98122.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=22.82%
G=20.12%
B=57.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76671900.600.6500.25244.3948.6250.39
Hex4C43BE3C41019f43132
Octal114103276741010313646162
Binary1001100100001110111110111100100000101100111110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,190); }

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

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

 a { background-color: rgb(76,67,190); }

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

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

 span { border-color: rgb(76,67,190); }

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