#4641BE

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

Shades of Free Speech Blue #4641BE

Tints of Free Speech Blue #4641BE

Color information

#4641BE (or 0x4641BE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 41 and BE. RGB value is (70,65,190). Sum of RGB (Red+Green+Blue) = 70+65+190=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #4641BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641BE is #B9BE41. Grayscale: #505050. Windows color (decimal): -12172866 or 12468550. OLE color: 12468550.

HSL color Cylindrical-coordinate representation of color #4641BE: hue angle of 242.4º degrees, saturation: 0.49, 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 #4641BE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7065190-
CMYK0.630.6600.25
HSL242.4º49.02%50%-
HSV(B)242.4º65.79%74.51%-
XYZ13.718.849.69-
YUV80.74189.66120.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=21.54%
G=20%
B=58.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70651900.630.6600.25242.449.0250
Hex4641BE3F42019f23132
Octal106101276771020313626162
Binary1000110100000110111110111111100001001100111110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4641BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4641BE; }

 p { color: rgb(70,65,190); }

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

<style>
 a { background-color: #4641BE; }

 a { background-color: rgb(70,65,190); }

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

<style>
 span { border-color: #4641BE; }

 span { border-color: rgb(70,65,190); }

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