#4142BE

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

Shades of Free Speech Blue #4142BE

Tints of Free Speech Blue #4142BE

Color information

#4142BE (or 0x4142BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 42 and BE. RGB value is (65,66,190). Sum of RGB (Red+Green+Blue) = 65+66+190=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #4142BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142BE is #BEBD41. Grayscale: #4F4F4F. Windows color (decimal): -12500290 or 12468801. OLE color: 12468801.

HSL color Cylindrical-coordinate representation of color #4142BE: hue angle of 239.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4142BE is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6566190-
CMYK0.660.6500.25
HSL239.52º49.02%50%-
HSV(B)239.52º65.79%74.51%-
XYZ13.428.7449.69-
YUV79.84190.17117.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=20.25%
G=20.56%
B=59.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65661900.660.6500.25239.5249.0250
Hex4142BE4241019f03132
Octal1011022761021010313606162
Binary10000011000010101111101000010100000101100111110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4142BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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