#4F58C1

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

Shades of Free Speech Blue #4F58C1

Tints of Free Speech Blue #4F58C1

Color information

#4F58C1 (or 0x4F58C1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 58 and C1. RGB value is (79,88,193). Sum of RGB (Red+Green+Blue) = 79+88+193=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F58C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F58C1 is #B0A73E. Grayscale: #606060. Windows color (decimal): -11577151 or 12671055. OLE color: 12671055.

HSL color Cylindrical-coordinate representation of color #4F58C1: hue angle of 235.26º 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 #4F58C1 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7988193-
CMYK0.590.5400.24
HSL235.26º47.9%53.33%-
HSV(B)235.26º59.07%75.69%-
XYZ16.3412.4952-
YUV97.28182.02114.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=21.94%
G=24.44%
B=53.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79881930.590.5400.24235.2647.953.33
Hex4F58C13B36018eb3035
Octal11713030173660303536065
Binary100111110110001100000111101111011001100011101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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