#4C50BE

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

Shades of Free Speech Blue #4C50BE

Tints of Free Speech Blue #4C50BE

Color information

#4C50BE (or 0x4C50BE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 50 and BE. RGB value is (76,80,190). Sum of RGB (Red+Green+Blue) = 76+80+190=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C50BE is #B3AF41. Grayscale: #5A5A5A. Windows color (decimal): -11775810 or 12472396. OLE color: 12472396.

HSL color Cylindrical-coordinate representation of color #4C50BE: hue angle of 237.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C50BE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7680190-
CMYK0.600.5800.25
HSL237.89º46.72%52.16%-
HSV(B)237.89º60%74.51%-
XYZ15.1410.9950.04-
YUV91.34183.67117.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.97%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=21.97%
G=23.12%
B=54.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76801900.600.5800.25237.8946.7252.16
Hex4C50BE3C3A019ee2f34
Octal11412027674720313565764
Binary100110010100001011111011110011101001100111101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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