#4F51BE

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

Shades of Free Speech Blue #4F51BE

Tints of Free Speech Blue #4F51BE

Color information

#4F51BE (or 0x4F51BE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 51 and BE. RGB value is (79,81,190). Sum of RGB (Red+Green+Blue) = 79+81+190=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F51BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F51BE is #B0AE41. Grayscale: #5C5C5C. Windows color (decimal): -11578946 or 12472655. OLE color: 12472655.

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

Color convert

RGB7981190-
CMYK0.580.5700.25
HSL238.92º46.06%52.75%-
HSV(B)238.92º58.42%74.51%-
XYZ15.4611.2650.07-
YUV92.83182.84118.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=22.57%
G=23.14%
B=54.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79811900.580.5700.25238.9246.0652.75
Hex4F51BE3A39019ef2e35
Octal11712127672710313575665
Binary100111110100011011111011101011100101100111101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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