#4960BC

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

Shades of Free Speech Blue #4960BC

Tints of Free Speech Blue #4960BC

Color information

#4960BC (or 0x4960BC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 60 and BC. RGB value is (73,96,188). Sum of RGB (Red+Green+Blue) = 73+96+188=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4960BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960BC is #B69F43. Grayscale: #636363. Windows color (decimal): -11968324 or 12345417. OLE color: 12345417.

HSL color Cylindrical-coordinate representation of color #4960BC: hue angle of 228º 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 #4960BC is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7396188-
CMYK0.610.4900.26
HSL228º46.18%51.18%-
HSV(B)228º61.17%73.73%-
XYZ16.0113.4149.32-
YUV99.61177.88109.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=20.45%
G=26.89%
B=52.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73961880.610.4900.2622846.1851.18
Hex4960BC3D3101Ae42e33
Octal11114027475610323445663
Binary100100111000001011110011110111000101101011100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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