#494FC4

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

Shades of Free Speech Blue #494FC4

Tints of Free Speech Blue #494FC4

Color information

#494FC4 (or 0x494FC4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4F and C4. RGB value is (73,79,196). Sum of RGB (Red+Green+Blue) = 73+79+196=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #494FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FC4 is #B6B03B. Grayscale: #5A5A5A. Windows color (decimal): -11972668 or 12865353. OLE color: 12865353.

HSL color Cylindrical-coordinate representation of color #494FC4: hue angle of 237.07º 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 #494FC4 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7379196-
CMYK0.630.6000.23
HSL237.07º51.04%52.75%-
HSV(B)237.07º62.76%76.86%-
XYZ15.5110.9953.53-
YUV90.54187.51115.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 196 (76.95% from 255) = 56.32%
R=20.98%
G=22.70%
B=56.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73791960.630.6000.23237.0751.0452.75
Hex494FC43F3C017ed3335
Octal11111730477740273556365
Binary100100110011111100010011111111110001011111101101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494FC4; }

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

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

<style>
 a { background-color: #494FC4; }

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

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

<style>
 span { border-color: #494FC4; }

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

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