#4040D4

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

Shades of Free Speech Blue #4040D4

Tints of Free Speech Blue #4040D4

Color information

#4040D4 (or 0x4040D4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 40 and D4. RGB value is (64,64,212). Sum of RGB (Red+Green+Blue) = 64+64+212=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #4040D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040D4 is #BFBF2B. Grayscale: #505050. Windows color (decimal): -12566316 or 13910080. OLE color: 13910080.

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

Color convert

RGB6464212-
CMYK0.700.7000.17
HSL240º63.25%54.12%-
HSV(B)240º69.81%83.14%-
XYZ15.839.5163.29-
YUV80.87202115.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 212 (83.20% from 255) = 62.35%
R=18.82%
G=18.82%
B=62.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64642120.700.7000.1724063.2554.12
Hex4040D44646011f03f36
Octal1001003241061060213607766
Binary10000001000000110101001000110100011001000111110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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