#4442C9

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

Shades of Free Speech Blue #4442C9

Tints of Free Speech Blue #4442C9

Color information

#4442C9 (or 0x4442C9) is unknown color: approx Free Speech Blue. HEX triplet: 44, 42 and C9. RGB value is (68,66,201). Sum of RGB (Red+Green+Blue) = 68+66+201=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #4442C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442C9 is #BBBD36. Grayscale: #515151. Windows color (decimal): -12303671 or 13189700. OLE color: 13189700.

HSL color Cylindrical-coordinate representation of color #4442C9: hue angle of 240.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4442C9 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6866201-
CMYK0.660.6700.21
HSL240.89º55.56%52.35%-
HSV(B)240.89º67.16%78.82%-
XYZ14.879.3456.28-
YUV81.99195.16118.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 201 (78.91% from 255) = 60%
R=20.30%
G=19.70%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68662010.660.6700.21240.8955.5652.35
Hex4442C94243015f13834
Octal1041023111021030253617064
Binary10001001000010110010011000010100001101010111110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4442C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4442C9; }

 p { color: rgb(68,66,201); }

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

<style>
 a { background-color: #4442C9; }

 a { background-color: rgb(68,66,201); }

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

<style>
 span { border-color: #4442C9; }

 span { border-color: rgb(68,66,201); }

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