#4450DB

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

Shades of Free Speech Blue #4450DB

Tints of Free Speech Blue #4450DB

Color information

#4450DB (or 0x4450DB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 50 and DB. RGB value is (68,80,219). Sum of RGB (Red+Green+Blue) = 68+80+219=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #4450DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4450DB is #BBAF24. Grayscale: #5B5B5B. Windows color (decimal): -12300069 or 14372932. OLE color: 14372932.

HSL color Cylindrical-coordinate representation of color #4450DB: hue angle of 235.23º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4450DB is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6880219-
CMYK0.690.6300.14
HSL235.23º67.71%56.27%-
HSV(B)235.23º68.95%85.88%-
XYZ18.0412.0868.4-
YUV92.26199.52110.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 219 (85.94% from 255) = 59.67%
R=18.53%
G=21.80%
B=59.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68802190.690.6300.14235.2367.7156.27
Hex4450DB453F0Eeb4438
Octal1041203331057701635310470
Binary1000100101000011011011100010111111101110111010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4450DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4450DB; }

 p { color: rgb(68,80,219); }

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

<style>
 a { background-color: #4450DB; }

 a { background-color: rgb(68,80,219); }

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

<style>
 span { border-color: #4450DB; }

 span { border-color: rgb(68,80,219); }

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