#4960BE

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

Shades of Free Speech Blue #4960BE

Tints of Free Speech Blue #4960BE

Color information

#4960BE (or 0x4960BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 60 and BE. RGB value is (73,96,190). Sum of RGB (Red+Green+Blue) = 73+96+190=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #4960BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960BE is #B69F41. Grayscale: #636363. Windows color (decimal): -11968322 or 12476489. OLE color: 12476489.

HSL color Cylindrical-coordinate representation of color #4960BE: hue angle of 228.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4960BE is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7396190-
CMYK0.620.4900.25
HSL228.21º47.37%51.57%-
HSV(B)228.21º61.58%74.51%-
XYZ16.2213.550.47-
YUV99.84178.88108.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=20.33%
G=26.74%
B=52.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73961900.620.4900.25228.2147.3751.57
Hex4960BE3E31019e42f34
Octal11114027676610313445764
Binary100100111000001011111011111011000101100111100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4960BE; }

 p { color: rgb(73,96,190); }

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

<style>
 a { background-color: #4960BE; }

 a { background-color: rgb(73,96,190); }

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

<style>
 span { border-color: #4960BE; }

 span { border-color: rgb(73,96,190); }

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