#4142CE

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

Shades of Free Speech Blue #4142CE

Tints of Free Speech Blue #4142CE

Color information

#4142CE (or 0x4142CE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 42 and CE. RGB value is (65,66,206). Sum of RGB (Red+Green+Blue) = 65+66+206=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #4142CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142CE is #BEBD31. Grayscale: #515151. Windows color (decimal): -12500274 or 13517377. OLE color: 13517377.

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

Color convert

RGB6566206-
CMYK0.680.6800.19
HSL239.57º59%53.14%-
HSV(B)239.57º68.45%80.78%-
XYZ15.279.4859.42-
YUV81.66198.17116.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 206 (80.86% from 255) = 61.13%
R=19.29%
G=19.58%
B=61.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65662060.680.6800.19239.575953.14
Hex4142CE4444013f03b35
Octal1011023161041040233607365
Binary10000011000010110011101000100100010001001111110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4142CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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