#4660bb

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

Shades of Free Speech Blue #4660BB

Tints of Free Speech Blue #4660BB

Color information

#4660BB (or 0x4660BB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 60 and BB. RGB value is (70,96,187). Sum of RGB (Red+Green+Blue) = 70+96+187=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #4660BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4660BB is #B99F44. Grayscale: #626262. Windows color (decimal): -12164933 or 12279878. OLE color: 12279878.

HSL color Cylindrical-coordinate representation of color #4660BB: hue angle of 226.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4660BB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7096187-
CMYK0.630.4900.27
HSL226.67º46.25%50.39%-
HSV(B)226.67º62.57%73.33%-
XYZ15.6813.2648.75-
YUV98.6177.89107.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=19.83%
G=27.20%
B=52.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70961870.630.4900.27226.6746.2550.39
Hex4660BB3F3101Be32e32
Octal10614027377610333435662
Binary100011011000001011101111111111000101101111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4660bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4660bb; }

 p { color: rgb(70,96,187); }

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

<style>
 a { background-color: #4660bb; }

 a { background-color: rgb(70,96,187); }

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

<style>
 span { border-color: #4660bb; }

 span { border-color: rgb(70,96,187); }

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