#496bc4

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

Shades of Free Speech Blue #496BC4

Tints of Free Speech Blue #496BC4

Color information

#496BC4 (or 0x496BC4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 6B and C4. RGB value is (73,107,196). Sum of RGB (Red+Green+Blue) = 73+107+196=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #496BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BC4 is #B6943B. Grayscale: #6A6A6A. Windows color (decimal): -11965500 or 12872521. OLE color: 12872521.

HSL color Cylindrical-coordinate representation of color #496BC4: hue angle of 223.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496BC4 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73107196-
CMYK0.630.4500.23
HSL223.41º51.04%52.75%-
HSV(B)223.41º62.76%76.86%-
XYZ17.9715.9254.35-
YUV106.98178.24103.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=19.41%
G=28.46%
B=52.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731071960.630.4500.23223.4151.0452.75
Hex496BC43F2D017df3335
Octal11115330477550273376365
Binary100100111010111100010011111110110101011111011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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