#4550CE

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

Shades of Free Speech Blue #4550CE

Tints of Free Speech Blue #4550CE

Color information

#4550CE (or 0x4550CE) is unknown color: approx Free Speech Blue. HEX triplet: 45, 50 and CE. RGB value is (69,80,206). Sum of RGB (Red+Green+Blue) = 69+80+206=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #4550CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550CE is #BAAF31. Grayscale: #5A5A5A. Windows color (decimal): -12234546 or 13520965. OLE color: 13520965.

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

Color convert

RGB6980206-
CMYK0.670.6100.19
HSL235.18º58.3%53.92%-
HSV(B)235.18º66.5%80.78%-
XYZ16.4611.4659.74-
YUV91.07192.86112.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 206 (80.86% from 255) = 58.03%
R=19.44%
G=22.54%
B=58.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69802060.670.6100.19235.1858.353.92
Hex4550CE433D013eb3a36
Octal105120316103750233537266
Binary1000101101000011001110100001111110101001111101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4550CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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