#4F55C1

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

Shades of Free Speech Blue #4F55C1

Tints of Free Speech Blue #4F55C1

Color information

#4F55C1 (or 0x4F55C1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 55 and C1. RGB value is (79,85,193). Sum of RGB (Red+Green+Blue) = 79+85+193=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F55C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F55C1 is #B0AA3E. Grayscale: #5F5F5F. Windows color (decimal): -11577919 or 12670287. OLE color: 12670287.

HSL color Cylindrical-coordinate representation of color #4F55C1: hue angle of 236.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F55C1 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7985193-
CMYK0.590.5600.24
HSL236.84º47.9%53.33%-
HSV(B)236.84º59.07%75.69%-
XYZ16.112.0151.92-
YUV95.52183.01116.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=22.13%
G=23.81%
B=54.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79851930.590.5600.24236.8447.953.33
Hex4F55C13B38018ed3035
Octal11712530173700303556065
Binary100111110101011100000111101111100001100011101101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,193); }

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

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

 a { background-color: rgb(79,85,193); }

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

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

 span { border-color: rgb(79,85,193); }

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