#4842C9

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

Shades of Free Speech Blue #4842C9

Tints of Free Speech Blue #4842C9

Color information

#4842C9 (or 0x4842C9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 42 and C9. RGB value is (72,66,201). Sum of RGB (Red+Green+Blue) = 72+66+201=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #4842C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842C9 is #B7BD36. Grayscale: #525252. Windows color (decimal): -12041527 or 13189704. OLE color: 13189704.

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

Color convert

RGB7266201-
CMYK0.640.6700.21
HSL242.67º55.56%52.35%-
HSV(B)242.67º67.16%78.82%-
XYZ15.169.4956.29-
YUV83.18194.49120.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 201 (78.91% from 255) = 59.29%
R=21.24%
G=19.47%
B=59.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72662010.640.6700.21242.6755.5652.35
Hex4842C94043015f33834
Octal1101023111001030253637064
Binary10010001000010110010011000000100001101010111110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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