#4644C2

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

Shades of Free Speech Blue #4644C2

Tints of Free Speech Blue #4644C2

Color information

#4644C2 (or 0x4644C2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 44 and C2. RGB value is (70,68,194). Sum of RGB (Red+Green+Blue) = 70+68+194=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #4644C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644C2 is #B9BB3D. Grayscale: #525252. Windows color (decimal): -12172094 or 12731462. OLE color: 12731462.

HSL color Cylindrical-coordinate representation of color #4644C2: hue angle of 240.95º degrees, saturation: 0.51, 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 #4644C2 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7068194-
CMYK0.640.6500.24
HSL240.95º50.81%51.37%-
HSV(B)240.95º64.95%76.08%-
XYZ14.339.3352.08-
YUV82.96190.66118.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 194 (76.17% from 255) = 58.43%
R=21.08%
G=20.48%
B=58.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70681940.640.6500.24240.9550.8151.37
Hex4644C24041018f13333
Octal1061043021001010303616363
Binary10001101000100110000101000000100000101100011110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4644C2; }

 p { color: rgb(70,68,194); }

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

<style>
 a { background-color: #4644C2; }

 a { background-color: rgb(70,68,194); }

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

<style>
 span { border-color: #4644C2; }

 span { border-color: rgb(70,68,194); }

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