#444BC1

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

Shades of Free Speech Blue #444BC1

Tints of Free Speech Blue #444BC1

Color information

#444BC1 (or 0x444BC1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4B and C1. RGB value is (68,75,193). Sum of RGB (Red+Green+Blue) = 68+75+193=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #444BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BC1 is #BBB43E. Grayscale: #555555. Windows color (decimal): -12301375 or 12667716. OLE color: 12667716.

HSL color Cylindrical-coordinate representation of color #444BC1: hue angle of 236.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444BC1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6875193-
CMYK0.650.6100.24
HSL236.64º50.2%51.18%-
HSV(B)236.64º64.77%75.69%-
XYZ14.5310.1151.64-
YUV86.36188.18114.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=20.24%
G=22.32%
B=57.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68751930.650.6100.24236.6450.251.18
Hex444BC1413D018ed3233
Octal104113301101750303556263
Binary1000100100101111000001100000111110101100011101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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