#444ADA

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

Shades of Free Speech Blue #444ADA

Tints of Free Speech Blue #444ADA

Color information

#444ADA (or 0x444ADA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and DA. RGB value is (68,74,218). Sum of RGB (Red+Green+Blue) = 68+74+218=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #444ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ADA is #BBB525. Grayscale: #585858. Windows color (decimal): -12301606 or 14305860. OLE color: 14305860.

HSL color Cylindrical-coordinate representation of color #444ADA: hue angle of 237.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444ADA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6874218-
CMYK0.690.6600.15
HSL237.6º66.96%56.08%-
HSV(B)237.6º68.81%85.49%-
XYZ17.4911.1967.57-
YUV88.62201.01113.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 218 (85.55% from 255) = 60.56%
R=18.89%
G=20.56%
B=60.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal68742180.690.6600.15237.666.9656.08
Hex444ADA45420Fee4338
Octal10411233210510201735610370
Binary10001001001010110110101000101100001001111111011101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444ADA; }

 p { color: rgb(68,74,218); }

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

<style>
 a { background-color: #444ADA; }

 a { background-color: rgb(68,74,218); }

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

<style>
 span { border-color: #444ADA; }

 span { border-color: rgb(68,74,218); }

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