#444CAF

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

Shades of Free Speech Blue #444CAF

Tints of Free Speech Blue #444CAF

Color information

#444CAF (or 0x444CAF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4C and AF. RGB value is (68,76,175). Sum of RGB (Red+Green+Blue) = 68+76+175=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #444CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CAF is #BBB350. Grayscale: #545454. Windows color (decimal): -12301137 or 11488324. OLE color: 11488324.

HSL color Cylindrical-coordinate representation of color #444CAF: hue angle of 235.51º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444CAF is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6876175-
CMYK0.610.5700.31
HSL235.51º44.03%47.65%-
HSV(B)235.51º61.14%68.63%-
XYZ12.719.4941.72-
YUV84.89178.85115.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=21.32%
G=23.82%
B=54.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68761750.610.5700.31235.5144.0347.65
Hex444CAF3D3901Fec2c30
Octal10411425775710373545460
Binary100010010011001010111111110111100101111111101100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,76,175); }

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

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

 a { background-color: rgb(68,76,175); }

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

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

 span { border-color: rgb(68,76,175); }

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