#403AC4

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

Shades of Free Speech Blue #403AC4

Tints of Free Speech Blue #403AC4

Color information

#403AC4 (or 0x403AC4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3A and C4. RGB value is (64,58,196). Sum of RGB (Red+Green+Blue) = 64+58+196=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 196 (76.95% from 255 or 61.64% from 318); Max value from RGB is 196 - color contains mainly: blue. Hex color #403AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403AC4 is #BFC53B. Grayscale: #4A4A4A. Windows color (decimal): -12567868 or 12859968. OLE color: 12859968.

HSL color Cylindrical-coordinate representation of color #403AC4: hue angle of 242.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403AC4 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6458196-
CMYK0.670.7000.23
HSL242.61º54.33%49.8%-
HSV(B)242.61º70.41%76.86%-
XYZ13.598.153.07-
YUV75.53195.99119.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 196 (76.95% from 255) = 61.64%
R=20.13%
G=18.24%
B=61.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64581960.670.7000.23242.6154.3349.8
Hex403AC44346017f33632
Octal100723041031060273636662
Binary1000000111010110001001000011100011001011111110011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403AC4; }

 p { color: rgb(64,58,196); }

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

<style>
 a { background-color: #403AC4; }

 a { background-color: rgb(64,58,196); }

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

<style>
 span { border-color: #403AC4; }

 span { border-color: rgb(64,58,196); }

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