#4140DA

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

Shades of Free Speech Blue #4140DA

Tints of Free Speech Blue #4140DA

Color information

#4140DA (or 0x4140DA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 40 and DA. RGB value is (65,64,218). Sum of RGB (Red+Green+Blue) = 65+64+218=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #4140DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140DA is #BEBF25. Grayscale: #515151. Windows color (decimal): -12500774 or 14303297. OLE color: 14303297.

HSL color Cylindrical-coordinate representation of color #4140DA: hue angle of 240.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4140DA is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6564218-
CMYK0.700.7100.15
HSL240.39º67.54%55.29%-
HSV(B)240.39º70.64%85.49%-
XYZ16.679.8567.35-
YUV81.86204.83115.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 218 (85.55% from 255) = 62.82%
R=18.73%
G=18.44%
B=62.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal65642180.700.7100.15240.3967.5455.29
Hex4140DA46470Ff04437
Octal10110033210610701736010467
Binary10000011000000110110101000110100011101111111100001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4140DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4140DA; }

 p { color: rgb(65,64,218); }

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

<style>
 a { background-color: #4140DA; }

 a { background-color: rgb(65,64,218); }

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

<style>
 span { border-color: #4140DA; }

 span { border-color: rgb(65,64,218); }

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