#4F4ACA

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

Shades of Free Speech Blue #4F4ACA

Tints of Free Speech Blue #4F4ACA

Color information

#4F4ACA (or 0x4F4ACA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 4A and CA. RGB value is (79,74,202). Sum of RGB (Red+Green+Blue) = 79+74+202=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4ACA is #B0B535. Grayscale: #595959. Windows color (decimal): -11580726 or 13257295. OLE color: 13257295.

HSL color Cylindrical-coordinate representation of color #4F4ACA: hue angle of 242.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F4ACA is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7974202-
CMYK0.610.6300.21
HSL242.34º54.7%54.12%-
HSV(B)242.34º63.37%79.22%-
XYZ16.3310.8257.11-
YUV90.09191.16120.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=22.25%
G=20.85%
B=56.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79742020.610.6300.21242.3454.754.12
Hex4F4ACA3D3F015f23736
Octal11711231275770253626766
Binary100111110010101100101011110111111101010111110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,202); }

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

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

 a { background-color: rgb(79,74,202); }

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

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

 span { border-color: rgb(79,74,202); }

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