#4442BB

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

Shades of Free Speech Blue #4442BB

Tints of Free Speech Blue #4442BB

Color information

#4442BB (or 0x4442BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 42 and BB. RGB value is (68,66,187). Sum of RGB (Red+Green+Blue) = 68+66+187=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #4442BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442BB is #BBBD44. Grayscale: #4F4F4F. Windows color (decimal): -12303685 or 12272196. OLE color: 12272196.

HSL color Cylindrical-coordinate representation of color #4442BB: hue angle of 240.99º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4442BB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6866187-
CMYK0.640.6500.27
HSL240.99º47.83%49.61%-
HSV(B)240.99º64.71%73.33%-
XYZ13.38.7147.99-
YUV80.39188.16119.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 187 (73.44% from 255) = 58.26%
R=21.18%
G=20.56%
B=58.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68661870.640.6500.27240.9947.8349.61
Hex4442BB404101Bf13032
Octal1041022731001010333616062
Binary10001001000010101110111000000100000101101111110001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4442BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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