#4A4FBC

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

Shades of Free Speech Blue #4A4FBC

Tints of Free Speech Blue #4A4FBC

Color information

#4A4FBC (or 0x4A4FBC) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4F and BC. RGB value is (74,79,188). Sum of RGB (Red+Green+Blue) = 74+79+188=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A4FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FBC is #B5B043. Grayscale: #595959. Windows color (decimal): -11907140 or 12341066. OLE color: 12341066.

HSL color Cylindrical-coordinate representation of color #4A4FBC: hue angle of 237.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A4FBC is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7479188-
CMYK0.610.5800.26
HSL237.37º45.97%51.37%-
HSV(B)237.37º60.64%73.73%-
XYZ14.710.6848.86-
YUV89.93183.34116.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=21.70%
G=23.17%
B=55.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74791880.610.5800.26237.3745.9751.37
Hex4A4FBC3D3A01Aed2e33
Octal11211727475720323555663
Binary100101010011111011110011110111101001101011101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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