#496CBF

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

Shades of Free Speech Blue #496CBF

Tints of Free Speech Blue #496CBF

Color information

#496CBF (or 0x496CBF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 6C and BF. RGB value is (73,108,191). Sum of RGB (Red+Green+Blue) = 73+108+191=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #496CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CBF is #B69340. Grayscale: #6A6A6A. Windows color (decimal): -11965249 or 12545097. OLE color: 12545097.

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

Color convert

RGB73108191-
CMYK0.620.4300.25
HSL222.2º47.97%51.76%-
HSV(B)222.2º61.78%74.9%-
XYZ17.5115.951.44-
YUV107175.4103.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 191 (75% from 255) = 51.34%
R=19.62%
G=29.03%
B=51.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731081910.620.4300.25222.247.9751.76
Hex496CBF3E2B019de3034
Octal11115427776530313366064
Binary100100111011001011111111111010101101100111011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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