#4C54BF

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

Shades of Free Speech Blue #4C54BF

Tints of Free Speech Blue #4C54BF

Color information

#4C54BF (or 0x4C54BF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 54 and BF. RGB value is (76,84,191). Sum of RGB (Red+Green+Blue) = 76+84+191=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C54BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C54BF is #B3AB40. Grayscale: #5D5D5D. Windows color (decimal): -11774785 or 12538956. OLE color: 12538956.

HSL color Cylindrical-coordinate representation of color #4C54BF: hue angle of 235.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C54BF is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7684191-
CMYK0.600.5600.25
HSL235.83º47.33%52.35%-
HSV(B)235.83º60.21%74.9%-
XYZ15.5511.6450.72-
YUV93.81182.85115.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 191 (75% from 255) = 54.42%
R=21.65%
G=23.93%
B=54.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76841910.600.5600.25235.8347.3352.35
Hex4C54BF3C38019ec2f34
Octal11412427774700313545764
Binary100110010101001011111111110011100001100111101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C54BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,191); }

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

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

 a { background-color: rgb(76,84,191); }

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

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

 span { border-color: rgb(76,84,191); }

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