#4F49BE

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

Shades of Free Speech Blue #4F49BE

Tints of Free Speech Blue #4F49BE

Color information

#4F49BE (or 0x4F49BE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 49 and BE. RGB value is (79,73,190). Sum of RGB (Red+Green+Blue) = 79+73+190=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49BE is #B0B641. Grayscale: #575757. Windows color (decimal): -11580994 or 12470607. OLE color: 12470607.

HSL color Cylindrical-coordinate representation of color #4F49BE: hue angle of 243.08º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F49BE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7973190-
CMYK0.580.6200.25
HSL243.08º47.37%51.57%-
HSV(B)243.08º61.58%74.51%-
XYZ14.910.1549.89-
YUV88.13185.49121.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=23.10%
G=21.35%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79731900.580.6200.25243.0847.3751.57
Hex4F49BE3A3E019f32f34
Octal11711127672760313635764
Binary100111110010011011111011101011111001100111110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F49BE; }

 p { color: rgb(79,73,190); }

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

<style>
 a { background-color: #4F49BE; }

 a { background-color: rgb(79,73,190); }

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

<style>
 span { border-color: #4F49BE; }

 span { border-color: rgb(79,73,190); }

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