#445AC6

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

Shades of Free Speech Blue #445AC6

Tints of Free Speech Blue #445AC6

Color information

#445AC6 (or 0x445AC6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5A and C6. RGB value is (68,90,198). Sum of RGB (Red+Green+Blue) = 68+90+198=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #445AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445AC6 is #BBA539. Grayscale: #5F5F5F. Windows color (decimal): -12297530 or 12999236. OLE color: 12999236.

HSL color Cylindrical-coordinate representation of color #445AC6: hue angle of 229.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #445AC6 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6890198-
CMYK0.660.5500.22
HSL229.85º53.28%52.16%-
HSV(B)229.85º65.66%77.65%-
XYZ16.2312.6255.01-
YUV95.73185.71108.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=19.10%
G=25.28%
B=55.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68901980.660.5500.22229.8553.2852.16
Hex445AC64237016e63534
Octal104132306102670263466564
Binary1000100101101011000110100001011011101011011100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445AC6; }

 p { color: rgb(68,90,198); }

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

<style>
 a { background-color: #445AC6; }

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

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

<style>
 span { border-color: #445AC6; }

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

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