#4945d6

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

Shades of Free Speech Blue #4945D6

Tints of Free Speech Blue #4945D6

Color information

#4945D6 (or 0x4945D6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 45 and D6. RGB value is (73,69,214). Sum of RGB (Red+Green+Blue) = 73+69+214=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #4945D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945D6 is #B6BA29. Grayscale: #565656. Windows color (decimal): -11975210 or 14042441. OLE color: 14042441.

HSL color Cylindrical-coordinate representation of color #4945D6: hue angle of 241.66º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4945D6 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7369214-
CMYK0.660.6800.16
HSL241.66º63.88%55.49%-
HSV(B)241.66º67.76%83.92%-
XYZ17.0110.5364.75-
YUV86.73199.83118.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 214 (83.98% from 255) = 60.11%
R=20.51%
G=19.38%
B=60.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73692140.660.6800.16241.6663.8855.49
Hex4945D64244010f24037
Octal11110532610210402036210067
Binary100100110001011101011010000101000100010000111100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4945d6; }

 p { color: rgb(73,69,214); }

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

<style>
 a { background-color: #4945d6; }

 a { background-color: rgb(73,69,214); }

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

<style>
 span { border-color: #4945d6; }

 span { border-color: rgb(73,69,214); }

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