#4F54DD

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

Shades of Free Speech Blue #4F54DD

Tints of Free Speech Blue #4F54DD

Color information

#4F54DD (or 0x4F54DD) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 54 and DD. RGB value is (79,84,221). Sum of RGB (Red+Green+Blue) = 79+84+221=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F54DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54DD is #B0AB22. Grayscale: #616161. Windows color (decimal): -11578147 or 14505039. OLE color: 14505039.

HSL color Cylindrical-coordinate representation of color #4F54DD: hue angle of 237.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F54DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7984221-
CMYK0.640.6200.13
HSL237.89º67.62%58.82%-
HSV(B)237.89º64.25%86.67%-
XYZ19.4513.2269.93-
YUV98.12197.34114.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 221 (86.72% from 255) = 57.55%
R=20.57%
G=21.88%
B=57.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79842210.640.6200.13237.8967.6258.82
Hex4F54DD403E0Dee443b
Octal1171243351007601535610473
Binary1001111101010011011101100000011111001101111011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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