#4C4CBE

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

Shades of Free Speech Blue #4C4CBE

Tints of Free Speech Blue #4C4CBE

Color information

#4C4CBE (or 0x4C4CBE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4C and BE. RGB value is (76,76,190). Sum of RGB (Red+Green+Blue) = 76+76+190=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4CBE is #B3B341. Grayscale: #585858. Windows color (decimal): -11776834 or 12471372. OLE color: 12471372.

HSL color Cylindrical-coordinate representation of color #4C4CBE: hue angle of 240º 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 #4C4CBE is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7676190-
CMYK0.600.6000.25
HSL240º46.72%52.16%-
HSV(B)240º60%74.51%-
XYZ14.8610.4249.94-
YUV89185118.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76761900.600.6000.2524046.7252.16
Hex4C4CBE3C3C019f02f34
Octal11411427674740313605764
Binary100110010011001011111011110011110001100111110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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