#4139DC

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

Shades of Free Speech Blue #4139DC

Tints of Free Speech Blue #4139DC

Color information

#4139DC (or 0x4139DC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 39 and DC. RGB value is (65,57,220). Sum of RGB (Red+Green+Blue) = 65+57+220=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #4139DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139DC is #BEC623. Grayscale: #4D4D4D. Windows color (decimal): -12502564 or 14432577. OLE color: 14432577.

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

Color convert

RGB6557220-
CMYK0.700.7400.14
HSL242.94º69.96%54.31%-
HSV(B)242.94º74.09%86.27%-
XYZ16.569.2268.62-
YUV77.97208.15118.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 220 (86.33% from 255) = 64.33%
R=19.01%
G=16.67%
B=64.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65572200.700.7400.14242.9469.9654.31
Hex4139DC464A0Ef34636
Octal1017133410611201636310666
Binary1000001111001110111001000110100101001110111100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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