#444FCD

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

Shades of Free Speech Blue #444FCD

Tints of Free Speech Blue #444FCD

Color information

#444FCD (or 0x444FCD) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4F and CD. RGB value is (68,79,205). Sum of RGB (Red+Green+Blue) = 68+79+205=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #444FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCD is #BBB032. Grayscale: #595959. Windows color (decimal): -12300339 or 13455172. OLE color: 13455172.

HSL color Cylindrical-coordinate representation of color #444FCD: hue angle of 235.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FCD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6879205-
CMYK0.670.6100.20
HSL235.18º57.81%53.53%-
HSV(B)235.18º66.83%80.39%-
XYZ16.211.2359.07-
YUV90.08192.86112.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 205 (80.47% from 255) = 58.24%
R=19.32%
G=22.44%
B=58.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68792050.670.6100.20235.1857.8153.53
Hex444FCD433D014eb3a36
Octal104117315103750243537266
Binary1000100100111111001101100001111110101010011101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444FCD; }

 p { color: rgb(68,79,205); }

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

<style>
 a { background-color: #444FCD; }

 a { background-color: rgb(68,79,205); }

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

<style>
 span { border-color: #444FCD; }

 span { border-color: rgb(68,79,205); }

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