#5049CB

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

Shades of Free Speech Blue #5049CB

Tints of Free Speech Blue #5049CB

Color information

#5049CB (or 0x5049CB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 49 and CB. RGB value is (80,73,203). Sum of RGB (Red+Green+Blue) = 80+73+203=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5049CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CB is #AFB634. Grayscale: #595959. Windows color (decimal): -11515445 or 13322576. OLE color: 13322576.

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

Color convert

RGB8073203-
CMYK0.610.6400.20
HSL243.23º55.56%54.12%-
HSV(B)243.23º64.04%79.61%-
XYZ16.4710.7857.71-
YUV89.91191.82120.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 203 (79.69% from 255) = 57.02%
R=22.47%
G=20.51%
B=57.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80732030.610.6400.20243.2355.5654.12
Hex5049CB3D40014f33836
Octal120111313751000243637066
Binary1010000100100111001011111101100000001010011110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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