#4444BF

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

Shades of Free Speech Blue #4444BF

Tints of Free Speech Blue #4444BF

Color information

#4444BF (or 0x4444BF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 44 and BF. RGB value is (68,68,191). Sum of RGB (Red+Green+Blue) = 68+68+191=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #4444BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444BF is #BBBB40. Grayscale: #515151. Windows color (decimal): -12303169 or 12534852. OLE color: 12534852.

HSL color Cylindrical-coordinate representation of color #4444BF: hue angle of 240º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4444BF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6868191-
CMYK0.640.6400.25
HSL240º49%50.78%-
HSV(B)240º64.4%74.9%-
XYZ13.859.1250.32-
YUV82.02189.5118-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 191 (75% from 255) = 58.41%
R=20.80%
G=20.80%
B=58.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68681910.640.6400.252404950.78
Hex4444BF4040019f03133
Octal1041042771001000313606163
Binary10001001000100101111111000000100000001100111110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4444BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4444BF; }

 p { color: rgb(68,68,191); }

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

<style>
 a { background-color: #4444BF; }

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

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

<style>
 span { border-color: #4444BF; }

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

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