#4030D4

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

Shades of Free Speech Blue #4030D4

Tints of Free Speech Blue #4030D4

Color information

#4030D4 (or 0x4030D4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 30 and D4. RGB value is (64,48,212). Sum of RGB (Red+Green+Blue) = 64+48+212=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 212 (83.20% from 255 or 65.43% from 324); Max value from RGB is 212 - color contains mainly: blue. Hex color #4030D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030D4 is #BFCF2B. Grayscale: #464646. Windows color (decimal): -12570412 or 13905984. OLE color: 13905984.

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

Color convert

RGB6448212-
CMYK0.700.7700.17
HSL245.85º65.6%50.98%-
HSV(B)245.85º77.36%83.14%-
XYZ15.057.9663.03-
YUV71.48207.3122.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 212 (83.20% from 255) = 65.43%
R=19.75%
G=14.81%
B=65.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64482120.700.7700.17245.8565.650.98
Hex4030D4464D011f64233
Octal1006032410611502136610263
Binary10000001100001101010010001101001101010001111101101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4030D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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