#4841CF

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

Shades of Free Speech Blue #4841CF

Tints of Free Speech Blue #4841CF

Color information

#4841CF (or 0x4841CF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 41 and CF. RGB value is (72,65,207). Sum of RGB (Red+Green+Blue) = 72+65+207=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #4841CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841CF is #B7BE30. Grayscale: #525252. Windows color (decimal): -12041777 or 13582664. OLE color: 13582664.

HSL color Cylindrical-coordinate representation of color #4841CF: hue angle of 242.96º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4841CF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7265207-
CMYK0.650.6900.19
HSL242.96º59.66%53.33%-
HSV(B)242.96º68.6%81.18%-
XYZ15.839.6660.06-
YUV83.28197.82119.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 207 (81.25% from 255) = 60.17%
R=20.93%
G=18.90%
B=60.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72652070.650.6900.19242.9659.6653.33
Hex4841CF4145013f33c35
Octal1101013171011050233637465
Binary10010001000001110011111000001100010101001111110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4841CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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