#4146CE

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

Shades of Free Speech Blue #4146CE

Tints of Free Speech Blue #4146CE

Color information

#4146CE (or 0x4146CE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and CE. RGB value is (65,70,206). Sum of RGB (Red+Green+Blue) = 65+70+206=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #4146CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146CE is #BEB931. Grayscale: #535353. Windows color (decimal): -12499250 or 13518401. OLE color: 13518401.

HSL color Cylindrical-coordinate representation of color #4146CE: hue angle of 237.87º 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 #4146CE is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6570206-
CMYK0.680.6600.19
HSL237.87º59%53.14%-
HSV(B)237.87º68.45%80.78%-
XYZ15.519.9659.5-
YUV84.01196.84114.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 206 (80.86% from 255) = 60.41%
R=19.06%
G=20.53%
B=60.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65702060.680.6600.19237.875953.14
Hex4146CE4442013ee3b35
Octal1011063161041020233567365
Binary10000011000110110011101000100100001001001111101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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