#4F53DD

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

Shades of Free Speech Blue #4F53DD

Tints of Free Speech Blue #4F53DD

Color information

#4F53DD (or 0x4F53DD) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 53 and DD. RGB value is (79,83,221). Sum of RGB (Red+Green+Blue) = 79+83+221=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F53DD is #B0AC22. Grayscale: #606060. Windows color (decimal): -11578403 or 14504783. OLE color: 14504783.

HSL color Cylindrical-coordinate representation of color #4F53DD: hue angle of 238.31º 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 #4F53DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7983221-
CMYK0.640.6200.13
HSL238.31º67.62%58.82%-
HSV(B)238.31º64.25%86.67%-
XYZ19.3713.0769.91-
YUV97.54197.67114.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.63%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 221 (86.72% from 255) = 57.70%
R=20.63%
G=21.67%
B=57.70%

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
Decimal79832210.640.6200.13238.3167.6258.82
Hex4F53DD403E0Dee443b
Octal1171233351007601535610473
Binary1001111101001111011101100000011111001101111011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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