#444BBA

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

Shades of Free Speech Blue #444BBA

Tints of Free Speech Blue #444BBA

Color information

#444BBA (or 0x444BBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4B and BA. RGB value is (68,75,186). Sum of RGB (Red+Green+Blue) = 68+75+186=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #444BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BBA is #BBB445. Grayscale: #555555. Windows color (decimal): -12301382 or 12208964. OLE color: 12208964.

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

Color convert

RGB6875186-
CMYK0.630.6000.27
HSL236.44º46.46%49.8%-
HSV(B)236.44º63.44%72.94%-
XYZ13.769.8147.62-
YUV85.56184.68115.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=20.67%
G=22.80%
B=56.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68751860.630.6000.27236.4446.4649.8
Hex444BBA3F3C01Bec2e32
Octal10411327277740333545662
Binary100010010010111011101011111111110001101111101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,186); }

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

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

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

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

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

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

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