#4149D7

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

Shades of Free Speech Blue #4149D7

Tints of Free Speech Blue #4149D7

Color information

#4149D7 (or 0x4149D7) is unknown color: approx Free Speech Blue. HEX triplet: 41, 49 and D7. RGB value is (65,73,215). Sum of RGB (Red+Green+Blue) = 65+73+215=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #4149D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149D7 is #BEB628. Grayscale: #565656. Windows color (decimal): -12498473 or 14108993. OLE color: 14108993.

HSL color Cylindrical-coordinate representation of color #4149D7: hue angle of 236.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4149D7 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6573215-
CMYK0.700.6600.16
HSL236.8º65.22%54.9%-
HSV(B)236.8º69.77%84.31%-
XYZ16.8310.865.49-
YUV86.8200.35112.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 215 (84.38% from 255) = 60.91%
R=18.41%
G=20.68%
B=60.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65732150.700.6600.16236.865.2254.9
Hex4149D74642010ed4137
Octal10111132710610202035510167
Binary100000110010011101011110001101000010010000111011011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4149D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4149D7; }

 p { color: rgb(65,73,215); }

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

<style>
 a { background-color: #4149D7; }

 a { background-color: rgb(65,73,215); }

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

<style>
 span { border-color: #4149D7; }

 span { border-color: rgb(65,73,215); }

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