#4140CE

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

Shades of Free Speech Blue #4140CE

Tints of Free Speech Blue #4140CE

Color information

#4140CE (or 0x4140CE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 40 and CE. RGB value is (65,64,206). Sum of RGB (Red+Green+Blue) = 65+64+206=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #4140CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140CE is #BEBF31. Grayscale: #4F4F4F. Windows color (decimal): -12500786 or 13516865. OLE color: 13516865.

HSL color Cylindrical-coordinate representation of color #4140CE: hue angle of 240.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4140CE is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6564206-
CMYK0.680.6900.19
HSL240.42º59.17%52.94%-
HSV(B)240.42º68.93%80.78%-
XYZ15.159.2559.38-
YUV80.49198.83116.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=19.40%
G=19.10%
B=61.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65642060.680.6900.19240.4259.1752.94
Hex4140CE4445013f03b35
Octal1011003161041050233607365
Binary10000011000000110011101000100100010101001111110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4140CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4140CE; }

 p { color: rgb(65,64,206); }

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

<style>
 a { background-color: #4140CE; }

 a { background-color: rgb(65,64,206); }

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

<style>
 span { border-color: #4140CE; }

 span { border-color: rgb(65,64,206); }

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