#4146C4

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

Shades of Free Speech Blue #4146C4

Tints of Free Speech Blue #4146C4

Color information

#4146C4 (or 0x4146C4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and C4. RGB value is (65,70,196). Sum of RGB (Red+Green+Blue) = 65+70+196=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #4146C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146C4 is #BEB93B. Grayscale: #525252. Windows color (decimal): -12499260 or 12863041. OLE color: 12863041.

HSL color Cylindrical-coordinate representation of color #4146C4: hue angle of 237.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4146C4 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6570196-
CMYK0.670.6400.23
HSL237.71º52.61%51.18%-
HSV(B)237.71º66.84%76.86%-
XYZ14.339.4953.3-
YUV82.87191.84115.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 196 (76.95% from 255) = 59.21%
R=19.64%
G=21.15%
B=59.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal65701960.670.6400.23237.7152.6151.18
Hex4146C44340017ee3533
Octal1011063041031000273566563
Binary10000011000110110001001000011100000001011111101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4146C4; }

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

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

<style>
 a { background-color: #4146C4; }

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

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

<style>
 span { border-color: #4146C4; }

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

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