#4146D4

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

Shades of Free Speech Blue #4146D4

Tints of Free Speech Blue #4146D4

Color information

#4146D4 (or 0x4146D4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and D4. RGB value is (65,70,212). Sum of RGB (Red+Green+Blue) = 65+70+212=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #4146D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146D4 is #BEB92B. Grayscale: #545454. Windows color (decimal): -12499244 or 13911617. OLE color: 13911617.

HSL color Cylindrical-coordinate representation of color #4146D4: hue angle of 237.96º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4146D4 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6570212-
CMYK0.690.6700.17
HSL237.96º63.09%54.31%-
HSV(B)237.96º69.34%83.14%-
XYZ16.2510.2663.41-
YUV84.69199.84113.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 212 (83.20% from 255) = 61.10%
R=18.73%
G=20.17%
B=61.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65702120.690.6700.17237.9663.0954.31
Hex4146D44543011ee3f36
Octal1011063241051030213567766
Binary10000011000110110101001000101100001101000111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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