#4F54DA

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

Shades of Free Speech Blue #4F54DA

Tints of Free Speech Blue #4F54DA

Color information

#4F54DA (or 0x4F54DA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 54 and DA. RGB value is (79,84,218). Sum of RGB (Red+Green+Blue) = 79+84+218=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F54DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54DA is #B0AB25. Grayscale: #616161. Windows color (decimal): -11578150 or 14308431. OLE color: 14308431.

HSL color Cylindrical-coordinate representation of color #4F54DA: hue angle of 237.84º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F54DA is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7984218-
CMYK0.640.6100.15
HSL237.84º65.26%58.24%-
HSV(B)237.84º63.76%85.49%-
XYZ19.0513.0667.85-
YUV97.78195.84114.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=20.73%
G=22.05%
B=57.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal79842180.640.6100.15237.8465.2658.24
Hex4F54DA403D0Fee413a
Octal1171243321007501735610172
Binary1001111101010011011010100000011110101111111011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,218); }

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

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

 a { background-color: rgb(79,84,218); }

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

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

 span { border-color: rgb(79,84,218); }

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