#4C54BA

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

Shades of Free Speech Blue #4C54BA

Tints of Free Speech Blue #4C54BA

Color information

#4C54BA (or 0x4C54BA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 54 and BA. RGB value is (76,84,186). Sum of RGB (Red+Green+Blue) = 76+84+186=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C54BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C54BA is #B3AB45. Grayscale: #5C5C5C. Windows color (decimal): -11774790 or 12211276. OLE color: 12211276.

HSL color Cylindrical-coordinate representation of color #4C54BA: hue angle of 235.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C54BA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7684186-
CMYK0.590.5500.27
HSL235.64º44.35%51.37%-
HSV(B)235.64º59.14%72.94%-
XYZ15.0111.4247.87-
YUV93.24180.35115.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.97%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=21.97%
G=24.28%
B=53.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76841860.590.5500.27235.6444.3551.37
Hex4C54BA3B3701Bec2c33
Octal11412427273670333545463
Binary100110010101001011101011101111011101101111101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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