#496BBF

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

Shades of Free Speech Blue #496BBF

Tints of Free Speech Blue #496BBF

Color information

#496BBF (or 0x496BBF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 6B and BF. RGB value is (73,107,191). Sum of RGB (Red+Green+Blue) = 73+107+191=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #496BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BBF is #B69440. Grayscale: #6A6A6A. Windows color (decimal): -11965505 or 12544841. OLE color: 12544841.

HSL color Cylindrical-coordinate representation of color #496BBF: hue angle of 222.71º degrees, saturation: 0.48, 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 #496BBF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73107191-
CMYK0.620.4400.25
HSL222.71º47.97%51.76%-
HSV(B)222.71º61.78%74.9%-
XYZ17.4115.6951.4-
YUV106.41175.74104.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 191 (75% from 255) = 51.48%
R=19.68%
G=28.84%
B=51.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731071910.620.4400.25222.7147.9751.76
Hex496BBF3E2C019df3034
Octal11115327776540313376064
Binary100100111010111011111111111010110001100111011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496BBF; }

 p { color: rgb(73,107,191); }

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

<style>
 a { background-color: #496BBF; }

 a { background-color: rgb(73,107,191); }

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

<style>
 span { border-color: #496BBF; }

 span { border-color: rgb(73,107,191); }

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