#494CCF

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

Shades of Free Speech Blue #494CCF

Tints of Free Speech Blue #494CCF

Color information

#494CCF (or 0x494CCF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4C and CF. RGB value is (73,76,207). Sum of RGB (Red+Green+Blue) = 73+76+207=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #494CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CCF is #B6B330. Grayscale: #595959. Windows color (decimal): -11973425 or 13585481. OLE color: 13585481.

HSL color Cylindrical-coordinate representation of color #494CCF: hue angle of 238.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494CCF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7376207-
CMYK0.650.6300.19
HSL238.66º58.26%54.9%-
HSV(B)238.66º64.73%81.18%-
XYZ16.5911.0960.3-
YUV90.04194.01115.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 207 (81.25% from 255) = 58.15%
R=20.51%
G=21.35%
B=58.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73762070.650.6300.19238.6658.2654.9
Hex494CCF413F013ef3a37
Octal111114317101770233577267
Binary1001001100110011001111100000111111101001111101111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,207); }

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

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

 a { background-color: rgb(73,76,207); }

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

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

 span { border-color: rgb(73,76,207); }

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