#4845C6

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

Shades of Free Speech Blue #4845C6

Tints of Free Speech Blue #4845C6

Color information

#4845C6 (or 0x4845C6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 45 and C6. RGB value is (72,69,198). Sum of RGB (Red+Green+Blue) = 72+69+198=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #4845C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845C6 is #B7BA39. Grayscale: #545454. Windows color (decimal): -12040762 or 12993864. OLE color: 12993864.

HSL color Cylindrical-coordinate representation of color #4845C6: hue angle of 241.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4845C6 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7269198-
CMYK0.640.6500.22
HSL241.4º53.09%52.35%-
HSV(B)241.4º65.15%77.65%-
XYZ14.999.7154.51-
YUV84.6191.99119.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 198 (77.73% from 255) = 58.41%
R=21.24%
G=20.35%
B=58.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72691980.640.6500.22241.453.0952.35
Hex4845C64041016f13534
Octal1101053061001010263616564
Binary10010001000101110001101000000100000101011011110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4845C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4845C6; }

 p { color: rgb(72,69,198); }

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

<style>
 a { background-color: #4845C6; }

 a { background-color: rgb(72,69,198); }

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

<style>
 span { border-color: #4845C6; }

 span { border-color: rgb(72,69,198); }

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