#4844CF

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

Shades of Free Speech Blue #4844CF

Tints of Free Speech Blue #4844CF

Color information

#4844CF (or 0x4844CF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 44 and CF. RGB value is (72,68,207). Sum of RGB (Red+Green+Blue) = 72+68+207=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #4844CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844CF is #B7BB30. Grayscale: #545454. Windows color (decimal): -12041009 or 13583432. OLE color: 13583432.

HSL color Cylindrical-coordinate representation of color #4844CF: hue angle of 241.73º degrees, saturation: 0.59, 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 #4844CF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7268207-
CMYK0.650.6700.19
HSL241.73º59.15%53.92%-
HSV(B)241.73º67.15%81.18%-
XYZ1610.0260.12-
YUV85.04196.83118.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 207 (81.25% from 255) = 59.65%
R=20.75%
G=19.60%
B=59.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72682070.650.6700.19241.7359.1553.92
Hex4844CF4143013f23b36
Octal1101043171011030233627366
Binary10010001000100110011111000001100001101001111110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4844CF; }

 p { color: rgb(72,68,207); }

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

<style>
 a { background-color: #4844CF; }

 a { background-color: rgb(72,68,207); }

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

<style>
 span { border-color: #4844CF; }

 span { border-color: rgb(72,68,207); }

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