#4449CB

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

Shades of Free Speech Blue #4449CB

Tints of Free Speech Blue #4449CB

Color information

#4449CB (or 0x4449CB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 49 and CB. RGB value is (68,73,203). Sum of RGB (Red+Green+Blue) = 68+73+203=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #4449CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449CB is #BBB634. Grayscale: #555555. Windows color (decimal): -12301877 or 13322564. OLE color: 13322564.

HSL color Cylindrical-coordinate representation of color #4449CB: hue angle of 237.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 #4449CB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6873203-
CMYK0.670.6400.20
HSL237.78º56.49%53.14%-
HSV(B)237.78º66.5%79.61%-
XYZ15.5510.3157.67-
YUV86.32193.84114.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=19.77%
G=21.22%
B=59.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68732030.670.6400.20237.7856.4953.14
Hex4449CB4340014ee3835
Octal1041113131031000243567065
Binary10001001001001110010111000011100000001010011101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4449CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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