#444ACF

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

Shades of Free Speech Blue #444ACF

Tints of Free Speech Blue #444ACF

Color information

#444ACF (or 0x444ACF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and CF. RGB value is (68,74,207). Sum of RGB (Red+Green+Blue) = 68+74+207=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #444ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ACF is #BBB530. Grayscale: #565656. Windows color (decimal): -12301617 or 13584964. OLE color: 13584964.

HSL color Cylindrical-coordinate representation of color #444ACF: hue angle of 237.41º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ACF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6874207-
CMYK0.670.6400.19
HSL237.41º59.15%53.92%-
HSV(B)237.41º67.15%81.18%-
XYZ16.110.6360.24-
YUV87.37195.51114.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=19.48%
G=21.20%
B=59.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68742070.670.6400.19237.4159.1553.92
Hex444ACF4340013ed3b36
Octal1041123171031000233557366
Binary10001001001010110011111000011100000001001111101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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