#4C46C4

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

Shades of Free Speech Blue #4C46C4

Tints of Free Speech Blue #4C46C4

Color information

#4C46C4 (or 0x4C46C4) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 46 and C4. RGB value is (76,70,196). Sum of RGB (Red+Green+Blue) = 76+70+196=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C46C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46C4 is #B3B93B. Grayscale: #555555. Windows color (decimal): -11778364 or 12863052. OLE color: 12863052.

HSL color Cylindrical-coordinate representation of color #4C46C4: hue angle of 242.86º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C46C4 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7670196-
CMYK0.610.6400.23
HSL242.86º51.64%52.16%-
HSV(B)242.86º64.29%76.86%-
XYZ15.139.953.34-
YUV86.16189.99120.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=22.22%
G=20.47%
B=57.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76701960.610.6400.23242.8651.6452.16
Hex4C46C43D40017f33434
Octal114106304751000273636464
Binary1001100100011011000100111101100000001011111110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C46C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,196); }

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

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

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

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

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

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

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