#4049DB

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

Shades of Free Speech Blue #4049DB

Tints of Free Speech Blue #4049DB

Color information

#4049DB (or 0x4049DB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 49 and DB. RGB value is (64,73,219). Sum of RGB (Red+Green+Blue) = 64+73+219=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #4049DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049DB is #BFB624. Grayscale: #565656. Windows color (decimal): -12564005 or 14371136. OLE color: 14371136.

HSL color Cylindrical-coordinate representation of color #4049DB: hue angle of 236.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4049DB is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6473219-
CMYK0.710.6700.14
HSL236.52º68.28%55.49%-
HSV(B)236.52º70.78%85.88%-
XYZ17.2810.9768.22-
YUV86.95202.52111.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 219 (85.94% from 255) = 61.52%
R=17.98%
G=20.51%
B=61.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64732190.710.6700.14236.5268.2855.49
Hex4049DB47430Eed4437
Octal10011133310710301635510467
Binary10000001001001110110111000111100001101110111011011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4049DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4049DB; }

 p { color: rgb(64,73,219); }

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

<style>
 a { background-color: #4049DB; }

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

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

<style>
 span { border-color: #4049DB; }

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

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