#4841BF

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

Shades of Free Speech Blue #4841BF

Tints of Free Speech Blue #4841BF

Color information

#4841BF (or 0x4841BF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 41 and BF. RGB value is (72,65,191). Sum of RGB (Red+Green+Blue) = 72+65+191=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #4841BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841BF is #B7BE40. Grayscale: #505050. Windows color (decimal): -12041793 or 12534088. OLE color: 12534088.

HSL color Cylindrical-coordinate representation of color #4841BF: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4841BF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7265191-
CMYK0.620.6600.25
HSL243.33º49.61%50.2%-
HSV(B)243.33º65.97%74.9%-
XYZ13.978.9250.28-
YUV81.46189.82121.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 191 (75% from 255) = 58.23%
R=21.95%
G=19.82%
B=58.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72651910.620.6600.25243.3349.6150.2
Hex4841BF3E42019f33232
Octal110101277761020313636262
Binary1001000100000110111111111110100001001100111110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4841BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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