#4F52C1

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

Shades of Free Speech Blue #4F52C1

Tints of Free Speech Blue #4F52C1

Color information

#4F52C1 (or 0x4F52C1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 52 and C1. RGB value is (79,82,193). Sum of RGB (Red+Green+Blue) = 79+82+193=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F52C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F52C1 is #B0AD3E. Grayscale: #5D5D5D. Windows color (decimal): -11578687 or 12669519. OLE color: 12669519.

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

Color convert

RGB7982193-
CMYK0.590.5800.24
HSL238.42º47.9%53.33%-
HSV(B)238.42º59.07%75.69%-
XYZ15.8711.5551.84-
YUV93.76184.01117.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.32%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=22.32%
G=23.16%
B=54.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79821930.590.5800.24238.4247.953.33
Hex4F52C13B3A018ee3035
Octal11712230173720303566065
Binary100111110100101100000111101111101001100011101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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