#4842C6

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

Shades of Free Speech Blue #4842C6

Tints of Free Speech Blue #4842C6

Color information

#4842C6 (or 0x4842C6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 42 and C6. RGB value is (72,66,198). Sum of RGB (Red+Green+Blue) = 72+66+198=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #4842C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842C6 is #B7BD39. Grayscale: #525252. Windows color (decimal): -12041530 or 12993096. OLE color: 12993096.

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

Color convert

RGB7266198-
CMYK0.640.6700.22
HSL242.73º53.66%51.76%-
HSV(B)242.73º66.67%77.65%-
XYZ14.819.3554.45-
YUV82.84192.99120.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 198 (77.73% from 255) = 58.93%
R=21.43%
G=19.64%
B=58.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72661980.640.6700.22242.7353.6651.76
Hex4842C64043016f33634
Octal1101023061001030263636664
Binary10010001000010110001101000000100001101011011110011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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