#494ACC

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

Shades of Free Speech Blue #494ACC

Tints of Free Speech Blue #494ACC

Color information

#494ACC (or 0x494ACC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4A and CC. RGB value is (73,74,204). Sum of RGB (Red+Green+Blue) = 73+74+204=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #494ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ACC is #B6B533. Grayscale: #585858. Windows color (decimal): -11973940 or 13388361. OLE color: 13388361.

HSL color Cylindrical-coordinate representation of color #494ACC: hue angle of 239.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494ACC is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7374204-
CMYK0.640.6400.2
HSL239.54º56.22%54.31%-
HSV(B)239.54º64.22%80%-
XYZ16.110.6758.34-
YUV88.52193.17116.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 204 (80.08% from 255) = 58.12%
R=20.80%
G=21.08%
B=58.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal73742040.640.6400.2239.5456.2254.31
Hex494ACC4040014f03836
Octal1111123141001000243607066
Binary10010011001010110011001000000100000001010011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,74,204); }

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

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

 a { background-color: rgb(73,74,204); }

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

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

 span { border-color: rgb(73,74,204); }

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