#4445C6

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

Shades of Free Speech Blue #4445C6

Tints of Free Speech Blue #4445C6

Color information

#4445C6 (or 0x4445C6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 45 and C6. RGB value is (68,69,198). Sum of RGB (Red+Green+Blue) = 68+69+198=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #4445C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4445C6 is #BBBA39. Grayscale: #525252. Windows color (decimal): -12302906 or 12993860. OLE color: 12993860.

HSL color Cylindrical-coordinate representation of color #4445C6: hue angle of 239.54º 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 #4445C6 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6869198-
CMYK0.660.6500.22
HSL239.54º53.28%52.16%-
HSV(B)239.54º65.66%77.65%-
XYZ14.719.5654.5-
YUV83.41192.67117.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=20.30%
G=20.60%
B=59.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68691980.660.6500.22239.5453.2852.16
Hex4445C64241016f03534
Octal1041053061021010263606564
Binary10001001000101110001101000010100000101011011110000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4445C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4445C6; }

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

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

<style>
 a { background-color: #4445C6; }

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

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

<style>
 span { border-color: #4445C6; }

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

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