#494CBB

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

Shades of Free Speech Blue #494CBB

Tints of Free Speech Blue #494CBB

Color information

#494CBB (or 0x494CBB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4C and BB. RGB value is (73,76,187). Sum of RGB (Red+Green+Blue) = 73+76+187=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #494CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CBB is #B6B344. Grayscale: #575757. Windows color (decimal): -11973445 or 12274761. OLE color: 12274761.

HSL color Cylindrical-coordinate representation of color #494CBB: hue angle of 238.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494CBB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7376187-
CMYK0.610.5900.27
HSL238.42º45.6%50.98%-
HSV(B)238.42º60.96%73.33%-
XYZ14.310.1748.22-
YUV87.76184.01117.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 187 (73.44% from 255) = 55.65%
R=21.73%
G=22.62%
B=55.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73761870.610.5900.27238.4245.650.98
Hex494CBB3D3B01Bee2e33
Octal11111427375730333565663
Binary100100110011001011101111110111101101101111101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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