#4464CA

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

Shades of Free Speech Blue #4464CA

Tints of Free Speech Blue #4464CA

Color information

#4464CA (or 0x4464CA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 64 and CA. RGB value is (68,100,202). Sum of RGB (Red+Green+Blue) = 68+100+202=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #4464CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CA is #BB9B35. Grayscale: #656565. Windows color (decimal): -12294966 or 13263940. OLE color: 13263940.

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

Color convert

RGB68100202-
CMYK0.660.5000.21
HSL225.67º55.83%52.94%-
HSV(B)225.67º66.34%79.22%-
XYZ17.614.6157.77-
YUV102.06184.4103.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=18.38%
G=27.03%
B=54.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681002020.660.5000.21225.6755.8352.94
Hex4464CA4232015e23835
Octal104144312102620253427065
Binary1000100110010011001010100001011001001010111100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4464CA; }

 p { color: rgb(68,100,202); }

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

<style>
 a { background-color: #4464CA; }

 a { background-color: rgb(68,100,202); }

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

<style>
 span { border-color: #4464CA; }

 span { border-color: rgb(68,100,202); }

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