#4040D0

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

Shades of Free Speech Blue #4040D0

Tints of Free Speech Blue #4040D0

Color information

#4040D0 (or 0x4040D0) is unknown color: approx Free Speech Blue. HEX triplet: 40, 40 and D0. RGB value is (64,64,208). Sum of RGB (Red+Green+Blue) = 64+64+208=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #4040D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040D0 is #BFBF2F. Grayscale: #4F4F4F. Windows color (decimal): -12566320 or 13647936. OLE color: 13647936.

HSL color Cylindrical-coordinate representation of color #4040D0: hue angle of 240º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4040D0 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6464208-
CMYK0.690.6900.18
HSL240º60.5%53.33%-
HSV(B)240º69.23%81.57%-
XYZ15.339.3160.66-
YUV80.42200116.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 208 (81.64% from 255) = 61.90%
R=19.05%
G=19.05%
B=61.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64642080.690.6900.1824060.553.33
Hex4040D04545012f03d35
Octal1001003201051050223607565
Binary10000001000000110100001000101100010101001011110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4040D0; }

 p { color: rgb(64,64,208); }

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

<style>
 a { background-color: #4040D0; }

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

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

<style>
 span { border-color: #4040D0; }

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

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