#496BBD

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

Shades of Free Speech Blue #496BBD

Tints of Free Speech Blue #496BBD

Color information

#496BBD (or 0x496BBD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 6B and BD. RGB value is (73,107,189). Sum of RGB (Red+Green+Blue) = 73+107+189=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #496BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BBD is #B69442. Grayscale: #696969. Windows color (decimal): -11965507 or 12413769. OLE color: 12413769.

HSL color Cylindrical-coordinate representation of color #496BBD: hue angle of 222.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496BBD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB73107189-
CMYK0.610.4300.26
HSL222.41º46.77%51.37%-
HSV(B)222.41º61.38%74.12%-
XYZ17.1915.6150.25-
YUV106.18174.74104.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=19.78%
G=29.00%
B=51.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731071890.610.4300.26222.4146.7751.37
Hex496BBD3D2B01Ade2f33
Octal11115327575530323365763
Binary100100111010111011110111110110101101101011011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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