#4945CC

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

Shades of Free Speech Blue #4945CC

Tints of Free Speech Blue #4945CC

Color information

#4945CC (or 0x4945CC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 45 and CC. RGB value is (73,69,204). Sum of RGB (Red+Green+Blue) = 73+69+204=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #4945CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945CC is #B6BA33. Grayscale: #555555. Windows color (decimal): -11975220 or 13387081. OLE color: 13387081.

HSL color Cylindrical-coordinate representation of color #4945CC: hue angle of 241.78º 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 #4945CC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7369204-
CMYK0.640.6600.2
HSL241.78º56.96%53.53%-
HSV(B)241.78º66.18%80%-
XYZ15.7710.0358.23-
YUV85.59194.83119.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=21.10%
G=19.94%
B=58.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal73692040.640.6600.2241.7856.9653.53
Hex4945CC4042014f23936
Octal1111053141001020243627166
Binary10010011000101110011001000000100001001010011110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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