#4660B4

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

Shades of Free Speech Blue #4660B4

Tints of Free Speech Blue #4660B4

Color information

#4660B4 (or 0x4660B4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 60 and B4. RGB value is (70,96,180). Sum of RGB (Red+Green+Blue) = 70+96+180=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #4660B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4660B4 is #B99F4B. Grayscale: #616161. Windows color (decimal): -12164940 or 11821126. OLE color: 11821126.

HSL color Cylindrical-coordinate representation of color #4660B4: hue angle of 225.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4660B4 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7096180-
CMYK0.610.4700.29
HSL225.82º44%49.02%-
HSV(B)225.82º61.11%70.59%-
XYZ14.9512.9644.89-
YUV97.8174.39108.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=20.23%
G=27.75%
B=52.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70961800.610.4700.29225.824449.02
Hex4660B43D2F01De22c31
Octal10614026475570353425461
Binary100011011000001011010011110110111101110111100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4660B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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