#4846D6

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

Shades of Free Speech Blue #4846D6

Tints of Free Speech Blue #4846D6

Color information

#4846D6 (or 0x4846D6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 46 and D6. RGB value is (72,70,214). Sum of RGB (Red+Green+Blue) = 72+70+214=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 70 (27.73% from 255 or 19.66% 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 #4846D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4846D6 is #B7B929. Grayscale: #565656. Windows color (decimal): -12040490 or 14042696. OLE color: 14042696.

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

Color convert

RGB7270214-
CMYK0.660.6700.16
HSL240.83º63.72%55.69%-
HSV(B)240.83º67.29%83.92%-
XYZ1710.6164.77-
YUV87.01199.66117.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 214 (83.98% from 255) = 60.11%
R=20.22%
G=19.66%
B=60.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72702140.660.6700.16240.8363.7255.69
Hex4846D64243010f14038
Octal11010632610210302036110070
Binary100100010001101101011010000101000011010000111100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4846D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4846D6; }

 p { color: rgb(72,70,214); }

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

<style>
 a { background-color: #4846D6; }

 a { background-color: rgb(72,70,214); }

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

<style>
 span { border-color: #4846D6; }

 span { border-color: rgb(72,70,214); }

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