#4F48C6

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

Shades of Free Speech Blue #4F48C6

Tints of Free Speech Blue #4F48C6

Color information

#4F48C6 (or 0x4F48C6) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 48 and C6. RGB value is (79,72,198). Sum of RGB (Red+Green+Blue) = 79+72+198=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F48C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48C6 is #B0B739. Grayscale: #575757. Windows color (decimal): -11581242 or 12994639. OLE color: 12994639.

HSL color Cylindrical-coordinate representation of color #4F48C6: hue angle of 243.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F48C6 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7972198-
CMYK0.600.6400.22
HSL243.33º52.5%52.94%-
HSV(B)243.33º63.64%77.65%-
XYZ15.7310.3754.6-
YUV88.46189.82121.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 198 (77.73% from 255) = 56.73%
R=22.64%
G=20.63%
B=56.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal79721980.600.6400.22243.3352.552.94
Hex4F48C63C40016f33435
Octal117110306741000263636465
Binary1001111100100011000110111100100000001011011110011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,198); }

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

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

 a { background-color: rgb(79,72,198); }

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

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

 span { border-color: rgb(79,72,198); }

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