#5046CD

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

Shades of Free Speech Blue #5046CD

Tints of Free Speech Blue #5046CD

Color information

#5046CD (or 0x5046CD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 46 and CD. RGB value is (80,70,205). Sum of RGB (Red+Green+Blue) = 80+70+205=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #5046CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5046CD is #AFB932. Grayscale: #575757. Windows color (decimal): -11516211 or 13452880. OLE color: 13452880.

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

Color convert

RGB8070205-
CMYK0.610.6600.20
HSL244.44º57.45%53.92%-
HSV(B)244.44º65.85%80.39%-
XYZ16.5210.4958.91-
YUV88.38193.81122.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=22.54%
G=19.72%
B=57.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80702050.610.6600.20244.4457.4553.92
Hex5046CD3D42014f43936
Octal120106315751020243647166
Binary1010000100011011001101111101100001001010011110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5046CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5046CD; }

 p { color: rgb(80,70,205); }

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

<style>
 a { background-color: #5046CD; }

 a { background-color: rgb(80,70,205); }

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

<style>
 span { border-color: #5046CD; }

 span { border-color: rgb(80,70,205); }

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