#4F54CC

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

Shades of Free Speech Blue #4F54CC

Tints of Free Speech Blue #4F54CC

Color information

#4F54CC (or 0x4F54CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 54 and CC. RGB value is (79,84,204). Sum of RGB (Red+Green+Blue) = 79+84+204=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F54CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54CC is #B0AB33. Grayscale: #5F5F5F. Windows color (decimal): -11578164 or 13390927. OLE color: 13390927.

HSL color Cylindrical-coordinate representation of color #4F54CC: hue angle of 237.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F54CC is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7984204-
CMYK0.610.5900.2
HSL237.6º55.07%55.49%-
HSV(B)237.6º61.27%80%-
XYZ17.2912.3658.6-
YUV96.18188.84115.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=21.53%
G=22.89%
B=55.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79842040.610.5900.2237.655.0755.49
Hex4F54CC3D3B014ee3737
Octal11712431475730243566767
Binary100111110101001100110011110111101101010011101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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