#4660BE

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

Shades of Free Speech Blue #4660BE

Tints of Free Speech Blue #4660BE

Color information

#4660BE (or 0x4660BE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 60 and BE. RGB value is (70,96,190). Sum of RGB (Red+Green+Blue) = 70+96+190=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #4660BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4660BE is #B99F41. Grayscale: #626262. Windows color (decimal): -12164930 or 12476486. OLE color: 12476486.

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

Color convert

RGB7096190-
CMYK0.630.4900.25
HSL227º48%50.98%-
HSV(B)227º63.16%74.51%-
XYZ1613.3950.46-
YUV98.94179.39107.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=19.66%
G=26.97%
B=53.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70961900.630.4900.252274850.98
Hex4660BE3F31019e33033
Octal10614027677610313436063
Binary100011011000001011111011111111000101100111100011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4660BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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