#4464CB

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

Shades of Free Speech Blue #4464CB

Tints of Free Speech Blue #4464CB

Color information

#4464CB (or 0x4464CB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 64 and CB. RGB value is (68,100,203). Sum of RGB (Red+Green+Blue) = 68+100+203=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4464CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CB is #BB9B34. Grayscale: #656565. Windows color (decimal): -12294965 or 13329476. OLE color: 13329476.

HSL color Cylindrical-coordinate representation of color #4464CB: hue angle of 225.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4464CB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68100203-
CMYK0.670.5100.20
HSL225.78º56.49%53.14%-
HSV(B)225.78º66.5%79.61%-
XYZ17.7214.6658.39-
YUV102.17184.9103.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 203 (79.69% from 255) = 54.72%
R=18.33%
G=26.95%
B=54.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681002030.670.5100.20225.7856.4953.14
Hex4464CB4333014e23835
Octal104144313103630243427065
Binary1000100110010011001011100001111001101010011100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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