#4963BD

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

Shades of Free Speech Blue #4963BD

Tints of Free Speech Blue #4963BD

Color information

#4963BD (or 0x4963BD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 63 and BD. RGB value is (73,99,189). Sum of RGB (Red+Green+Blue) = 73+99+189=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #4963BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963BD is #B69C42. Grayscale: #656565. Windows color (decimal): -11967555 or 12411721. OLE color: 12411721.

HSL color Cylindrical-coordinate representation of color #4963BD: hue angle of 226.55º degrees, saturation: 0.47, 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 #4963BD is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7399189-
CMYK0.610.4800.26
HSL226.55º46.77%51.37%-
HSV(B)226.55º61.38%74.12%-
XYZ16.3914.0149.99-
YUV101.49177.39107.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=20.22%
G=27.42%
B=52.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73991890.610.4800.26226.5546.7751.37
Hex4963BD3D3001Ae32f33
Octal11114327575600323435763
Binary100100111000111011110111110111000001101011100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4963BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4963BD; }

 p { color: rgb(73,99,189); }

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

<style>
 a { background-color: #4963BD; }

 a { background-color: rgb(73,99,189); }

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

<style>
 span { border-color: #4963BD; }

 span { border-color: rgb(73,99,189); }

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