#4F52C5

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

Shades of Free Speech Blue #4F52C5

Tints of Free Speech Blue #4F52C5

Color information

#4F52C5 (or 0x4F52C5) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 52 and C5. RGB value is (79,82,197). Sum of RGB (Red+Green+Blue) = 79+82+197=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #4F52C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F52C5 is #B0AD3A. Grayscale: #5D5D5D. Windows color (decimal): -11578683 or 12931663. OLE color: 12931663.

HSL color Cylindrical-coordinate representation of color #4F52C5: hue angle of 238.47º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F52C5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7982197-
CMYK0.600.5800.23
HSL238.47º50.43%54.12%-
HSV(B)238.47º59.9%77.25%-
XYZ16.3211.7354.23-
YUV94.21186.01117.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 197 (77.34% from 255) = 55.03%
R=22.07%
G=22.91%
B=55.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal79821970.600.5800.23238.4750.4354.12
Hex4F52C53C3A017ee3236
Octal11712230574720273566266
Binary100111110100101100010111110011101001011111101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F52C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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