#4442DB

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

Shades of Free Speech Blue #4442DB

Tints of Free Speech Blue #4442DB

Color information

#4442DB (or 0x4442DB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 42 and DB. RGB value is (68,66,219). Sum of RGB (Red+Green+Blue) = 68+66+219=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4442DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442DB is #BBBD24. Grayscale: #535353. Windows color (decimal): -12303653 or 14369348. OLE color: 14369348.

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

Color convert

RGB6866219-
CMYK0.690.7000.14
HSL240.78º68%55.88%-
HSV(B)240.78º69.86%85.88%-
XYZ17.1210.2468.09-
YUV84.04204.16116.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 219 (85.94% from 255) = 62.04%
R=19.26%
G=18.70%
B=62.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68662190.690.7000.14240.786855.88
Hex4442DB45460Ef14438
Octal10410233310510601636110470
Binary10001001000010110110111000101100011001110111100011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4442DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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