#4053D0

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

Shades of Free Speech Blue #4053D0

Tints of Free Speech Blue #4053D0

Color information

#4053D0 (or 0x4053D0) is unknown color: approx Free Speech Blue. HEX triplet: 40, 53 and D0. RGB value is (64,83,208). Sum of RGB (Red+Green+Blue) = 64+83+208=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #4053D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053D0 is #BFAC2F. Grayscale: #5B5B5B. Windows color (decimal): -12561456 or 13652800. OLE color: 13652800.

HSL color Cylindrical-coordinate representation of color #4053D0: hue angle of 232.08º 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 #4053D0 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6483208-
CMYK0.690.6000.18
HSL232.08º60.5%53.33%-
HSV(B)232.08º69.23%81.57%-
XYZ16.5911.8361.08-
YUV91.57193.71108.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=18.03%
G=23.38%
B=58.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64832080.690.6000.18232.0860.553.33
Hex4053D0453C012e83d35
Octal100123320105740223507565
Binary1000000101001111010000100010111110001001011101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4053D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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