#4142DC

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

Shades of Free Speech Blue #4142DC

Tints of Free Speech Blue #4142DC

Color information

#4142DC (or 0x4142DC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 42 and DC. RGB value is (65,66,220). Sum of RGB (Red+Green+Blue) = 65+66+220=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #4142DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142DC is #BEBD23. Grayscale: #525252. Windows color (decimal): -12500260 or 14434881. OLE color: 14434881.

HSL color Cylindrical-coordinate representation of color #4142DC: hue angle of 239.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4142DC is Cyan = 0.70, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6566220-
CMYK0.700.700.14
HSL239.61º68.89%55.88%-
HSV(B)239.61º70.45%86.27%-
XYZ17.0510.1968.78-
YUV83.26205.17114.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=18.52%
G=18.80%
B=62.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65662200.700.700.14239.6168.8955.88
Hex4142DC46460Ef04538
Octal10110233410610601636010570
Binary10000011000010110111001000110100011001110111100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4142DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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