#4445DB

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

Shades of Free Speech Blue #4445DB

Tints of Free Speech Blue #4445DB

Color information

#4445DB (or 0x4445DB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 45 and DB. RGB value is (68,69,219). Sum of RGB (Red+Green+Blue) = 68+69+219=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 69 (27.34% from 255 or 19.38% 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 #4445DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4445DB is #BBBA24. Grayscale: #555555. Windows color (decimal): -12302885 or 14370116. OLE color: 14370116.

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

Color convert

RGB6869219-
CMYK0.690.6800.14
HSL239.6º67.71%56.27%-
HSV(B)239.6º68.95%85.88%-
XYZ17.310.668.15-
YUV85.8203.17115.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 219 (85.94% from 255) = 61.52%
R=19.10%
G=19.38%
B=61.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68692190.690.6800.14239.667.7156.27
Hex4445DB45440Ef04438
Octal10410533310510401636010470
Binary10001001000101110110111000101100010001110111100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4445DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,69,219); }

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

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

 a { background-color: rgb(68,69,219); }

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

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

 span { border-color: rgb(68,69,219); }

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