#444ABB

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

Shades of Free Speech Blue #444ABB

Tints of Free Speech Blue #444ABB

Color information

#444ABB (or 0x444ABB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and BB. RGB value is (68,74,187). Sum of RGB (Red+Green+Blue) = 68+74+187=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #444ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABB is #BBB544. Grayscale: #545454. Windows color (decimal): -12301637 or 12274244. OLE color: 12274244.

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

Color convert

RGB6874187-
CMYK0.640.6000.27
HSL236.97º46.67%50%-
HSV(B)236.97º63.64%73.33%-
XYZ13.89.7148.16-
YUV85.09185.51115.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=20.67%
G=22.49%
B=56.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68741870.640.6000.27236.9746.6750
Hex444ABB403C01Bed2f32
Octal104112273100740333555762
Binary1000100100101010111011100000011110001101111101101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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