#4550DB

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

Shades of Free Speech Blue #4550DB

Tints of Free Speech Blue #4550DB

Color information

#4550DB (or 0x4550DB) is unknown color: approx Free Speech Blue. HEX triplet: 45, 50 and DB. RGB value is (69,80,219). Sum of RGB (Red+Green+Blue) = 69+80+219=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #4550DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550DB is #BAAF24. Grayscale: #5B5B5B. Windows color (decimal): -12234533 or 14372933. OLE color: 14372933.

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

Color convert

RGB6980219-
CMYK0.680.6300.14
HSL235.6º67.57%56.47%-
HSV(B)235.6º68.49%85.88%-
XYZ18.1112.1268.4-
YUV92.56199.36111.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 219 (85.94% from 255) = 59.51%
R=18.75%
G=21.74%
B=59.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal69802190.680.6300.14235.667.5756.47
Hex4550DB443F0Eec4438
Octal1051203331047701635410470
Binary1000101101000011011011100010011111101110111011001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4550DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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