#4841CE

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

Shades of Free Speech Blue #4841CE

Tints of Free Speech Blue #4841CE

Color information

#4841CE (or 0x4841CE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 41 and CE. RGB value is (72,65,206). Sum of RGB (Red+Green+Blue) = 72+65+206=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4841CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841CE is #B7BE31. Grayscale: #525252. Windows color (decimal): -12041778 or 13517128. OLE color: 13517128.

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

Color convert

RGB7265206-
CMYK0.650.6800.19
HSL242.98º59%53.14%-
HSV(B)242.98º68.45%80.78%-
XYZ15.79.6159.42-
YUV83.17197.32120.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 206 (80.86% from 255) = 60.06%
R=20.99%
G=18.95%
B=60.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72652060.650.6800.19242.985953.14
Hex4841CE4144013f33b35
Octal1101013161011040233637365
Binary10010001000001110011101000001100010001001111110011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4841CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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